Skip to content

Commit deba76a

Browse files
authored
Fix wording for histogram functionality in lib.rs (#477)
1 parent 06fa1be commit deba76a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metrics/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
//! specifically deal with bucketed or binned values: how many values fell within 0-10, how many
4747
//! fell within 11-20, and so on and so forth. Percentiles, commonly associated with "summaries",
4848
//! deal with understanding how much of a distribution falls below or at a particular percentage of
49-
//! that distribution: 50% of requests are slower than 500ms, 99% of requests are slower than
49+
//! that distribution: 50% of requests are faster than 500ms, 99% of requests are faster than
5050
//! 2450ms, and so on and so forth.
5151
//!
5252
//! While we use the term "histogram" in `metrics`, we enforce no particular usage of true

0 commit comments

Comments
 (0)