Skip to content

Commit

Permalink
docs: fix minor typo for DEFAULT_BUFFERED_LINES_LIMIT (#1109)
Browse files Browse the repository at this point in the history
  • Loading branch information
salewski authored and hawkw committed Dec 28, 2020
1 parent 9bbd09b commit eaf9959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracing-appender/src/non_blocking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ use tracing_subscriber::fmt::MakeWriter;
/// The default maximum number of buffered log lines.
///
/// If [`NonBlocking`][non-blocking] is lossy, it will drop spans/events at capacity.
/// capacity. If [`NonBlocking`][non-blocking] is _not_ lossy,
/// If [`NonBlocking`][non-blocking] is _not_ lossy,
/// backpressure will be exerted on senders, causing them to block their
/// respective threads until there is available capacity.
///
Expand Down

0 comments on commit eaf9959

Please sign in to comment.