Skip to content
This repository was archived by the owner on Nov 6, 2020. It is now read-only.

Commit 6f8b668

Browse files
adria0Andronik Ordian
andauthored
Update util/stats/src/lib.rs
Co-authored-by: Andronik Ordian <[email protected]>
1 parent b9b6758 commit 6f8b668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/stats/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ pub fn prometheus_optime<F: Fn() -> T, T>(r: &mut prometheus::Registry, name: &s
5353
t
5454
}
5555

56-
/// Sorted corpus of data.1
56+
/// Sorted corpus of data.
5757
#[derive(Debug, Clone, PartialEq)]
5858
pub struct Corpus<T>(Vec<T>);
5959

0 commit comments

Comments
 (0)