Skip to content

Commit 8dd1594

Browse files
authored
Fix typo (#369)
Signed-off-by: Leonardo Fedalto <[email protected]>
1 parent a4c60ff commit 8dd1594

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/histogram.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ impl HistogramOpts {
9292
}
9393

9494
/// `namespace` sets the namespace.
95-
pub fn namespace<S: Into<String>>(mut self, namesapce: S) -> Self {
96-
self.common_opts.namespace = namesapce.into();
95+
pub fn namespace<S: Into<String>>(mut self, namespace: S) -> Self {
96+
self.common_opts.namespace = namespace.into();
9797
self
9898
}
9999

0 commit comments

Comments
 (0)