Skip to content

Commit 971db88

Browse files
Fix typo
1 parent d6632c3 commit 971db88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-sdk/src/metrics/instrument.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ impl Instrument {
112112
}
113113

114114
/// Describes the purpose of the instrument.
115-
pub fn descripton(&self) -> &str {
115+
pub fn description(&self) -> &str {
116116
self.description.as_ref()
117117
}
118118

0 commit comments

Comments
 (0)