Skip to content

Commit 9549be9

Browse files
salewskihawkw
authored andcommitted
docs: fix minor typo for DEFAULT_BUFFERED_LINES_LIMIT (#1109)
1 parent 679fd0d commit 9549be9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracing-appender/src/non_blocking.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ use tracing_subscriber::fmt::MakeWriter;
6161
/// The default maximum number of buffered log lines.
6262
///
6363
/// If [`NonBlocking`][non-blocking] is lossy, it will drop spans/events at capacity.
64-
/// capacity. If [`NonBlocking`][non-blocking] is _not_ lossy,
64+
/// If [`NonBlocking`][non-blocking] is _not_ lossy,
6565
/// backpressure will be exerted on senders, causing them to block their
6666
/// respective threads until there is available capacity.
6767
///

0 commit comments

Comments
 (0)