We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e93f9bf commit 4e2eaccCopy full SHA for 4e2eacc
opentelemetry-sdk/src/logs/log_emitter.rs
@@ -18,7 +18,7 @@ use std::{borrow::Cow, sync::Arc};
18
19
use once_cell::sync::Lazy;
20
21
-// a no nop logger provider used as placeholder when the provider is shutdown
+// a no-op logger provider used as placeholder when the provider is shutdown
22
static NOOP_LOGGER_PROVIDER: Lazy<LoggerProvider> = Lazy::new(|| LoggerProvider {
23
inner: Arc::new(LoggerProviderInner {
24
processors: Vec::new(),
0 commit comments