Skip to content

Commit 10d1084

Browse files
committed
tracing: fix extra comma
1 parent 37db346 commit 10d1084

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
@@ -214,7 +214,7 @@
214214
//! ### Configuring Attributes
215215
//!
216216
//! Both macros require a [`Level`] specifying the verbosity of the span or
217-
//! event. Optionally, the, [target] and [parent span] may be overridden. If the
217+
//! event. Optionally, the [target] and [parent span] may be overridden. If the
218218
//! target and parent span are not overridden, they will default to the
219219
//! module path where the macro was invoked and the current span (as determined
220220
//! by the subscriber), respectively.

0 commit comments

Comments
 (0)