Skip to content

Commit 362bdbe

Browse files
crawfordhawkw
authored andcommittedSep 29, 2023
docs(subscriber): fix unclosed code block (#463)
Adds a missing backtick to close a code block that otherwise continued until the end of the paragraph.
1 parent 4933197 commit 362bdbe

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
@@ -352,7 +352,7 @@ impl Builder {
352352
///
353353
/// If the "env-filter" crate feature flag is enabled, the `RUST_LOG`
354354
/// environment variable will be parsed using the [`EnvFilter`] type from
355-
/// `tracing-subscriber. If the "env-filter" feature is **not** enabled, the
355+
/// `tracing-subscriber`. If the "env-filter" feature is **not** enabled, the
356356
/// [`Targets`] filter is used instead. The `EnvFilter` type accepts all the
357357
/// same syntax as `Targets`, but with the added ability to filter dynamically
358358
/// on span field values. See the documentation for those types for details.

0 commit comments

Comments
 (0)
Please sign in to comment.