Skip to content

Commit

Permalink
doc: document Hop.m2 field
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiapple852 committed Apr 14, 2022
1 parent 94a8505 commit 0db086c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ pub struct Hop {
pub worst: Option<Duration>,
/// The mean duration of the all probes.
pub mean: f64,
///
/// The aggregated squared distance from the mean of all probes.
pub m2: f64,
/// The last N `Hop::last` samples.
pub samples: Vec<Duration>,
Expand Down

0 comments on commit 0db086c

Please sign in to comment.