fix typo
Blake Mizerany
10 years ago
100 | 100 | } |
101 | 101 | } |
102 | 102 | |
103 | // Query returns the computes qth percentiles value. If s was created with | |
103 | // Query returns the computed qth percentiles value. If s was created with | |
104 | 104 | // NewTargeted, and q is not in the set of quantiles provided a priori, Query |
105 | 105 | // will return an unspecified result. |
106 | 106 | func (s *Stream) Query(q float64) float64 { |