We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
field
1 parent 0f1f264 commit b9af878Copy full SHA for b9af878
tracing-core/src/field.rs
@@ -7,7 +7,7 @@
7
//! # `Value`s and `Subscriber`s
8
//!
9
//! `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`].
+//! The set of field keys on a given span or event is defined on its [`Metadata`].
11
//! When a span is created, it provides [`Attributes`] to the `Subscriber`'s
12
//! [`new_span`] method, containing any fields whose values were provided when
13
//! the span was created; and may call the `Subscriber`'s [`record`] method
0 commit comments