docs: fix minor typo for DEFAULT_BUFFERED_LINES_LIMIT (#1109)

This commit is contained in:
Alan D. Salewski 2020-11-17 11:43:35 -05:00 committed by Eliza Weisman
parent 679fd0ddca
commit 9549be9410

View File

@ -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.
///