Skip to content

Commit 3dbca7a

Browse files
authored
docs(subscriber): fix typo in doc comment
1 parent dd64629 commit 3dbca7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

console-subscriber/src/builder.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ impl<'a> From<&'a Path> for ServerAddr {
659659
///
660660
/// If the "env-filter" crate feature flag is enabled, the `RUST_LOG`
661661
/// environment variable will be parsed using the [`EnvFilter`] type from
662-
/// `tracing-subscriber. If the "env-filter" feature is **not** enabled, the
662+
/// `tracing-subscriber`. If the "env-filter" feature is **not** enabled, the
663663
/// [`Targets`] filter is used instead. The `EnvFilter` type accepts all the
664664
/// same syntax as `Targets`, but with the added ability to filter dynamically
665665
/// on span field values. See the documentation for those types for details.

0 commit comments

Comments
 (0)