We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4c60ff commit 8dd1594Copy full SHA for 8dd1594
src/histogram.rs
@@ -92,8 +92,8 @@ impl HistogramOpts {
92
}
93
94
/// `namespace` sets the namespace.
95
- pub fn namespace<S: Into<String>>(mut self, namesapce: S) -> Self {
96
- self.common_opts.namespace = namesapce.into();
+ pub fn namespace<S: Into<String>>(mut self, namespace: S) -> Self {
+ self.common_opts.namespace = namespace.into();
97
self
98
99
0 commit comments