diff --git a/quantile/stream.go b/quantile/stream.go index 321d570..b08213a 100644 --- a/quantile/stream.go +++ b/quantile/stream.go @@ -101,7 +101,7 @@ } } -// Query returns the computes qth percentiles value. If s was created with +// Query returns the computed qth percentiles value. If s was created with // NewTargeted, and q is not in the set of quantiles provided a priori, Query // will return an unspecified result. func (s *Stream) Query(q float64) float64 {