Codebase list golang-github-beorn7-perks / 974f96d
fix typo Blake Mizerany 10 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
100100 }
101101 }
102102
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
104104 // NewTargeted, and q is not in the set of quantiles provided a priori, Query
105105 // will return an unspecified result.
106106 func (s *Stream) Query(q float64) float64 {