Skip to content

Commit 88dda34

Browse files
authored
doc: Remove redundant word (#3308)
1 parent 71675a9 commit 88dda34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracing/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@
670670
//! entered, exited, and closed. Since these additional span lifecycle logs have
671671
//! the potential to be very verbose, and don't include additional fields, they
672672
//! will always be emitted at the `Trace` level, rather than inheriting the
673-
//! level of the span that generated them. Furthermore, they are are categorized
673+
//! level of the span that generated them. Furthermore, they are categorized
674674
//! under a separate `log` target, "tracing::span" (and its sub-target,
675675
//! "tracing::span::active", for the logs on entering and exiting a span), which
676676
//! may be enabled or disabled separately from other `log` records emitted by

0 commit comments

Comments
 (0)