Skip to content

Commit b9af878

Browse files
gdesmotthawkw
authored andcommitted
core: fix typo in field docs (#2611)
Module `tracing::field` documentation is missing a word. Fixing the typo by adding `event`. ; Conflicts: ; tracing-core/src/field.rs
1 parent 0f1f264 commit b9af878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracing-core/src/field.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//! # `Value`s and `Subscriber`s
88
//!
99
//! `Subscriber`s consume `Value`s as fields attached to [span]s or [`Event`]s.
10-
//! The set of field keys on a given span or is defined on its [`Metadata`].
10+
//! The set of field keys on a given span or event is defined on its [`Metadata`].
1111
//! When a span is created, it provides [`Attributes`] to the `Subscriber`'s
1212
//! [`new_span`] method, containing any fields whose values were provided when
1313
//! the span was created; and may call the `Subscriber`'s [`record`] method

0 commit comments

Comments
 (0)