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.
1 parent 47521d3 commit d83e33aCopy full SHA for d83e33a
tracing-core/src/field.rs
@@ -1,8 +1,8 @@
1
//! `Span` and `Event` key-value data.
2
//!
3
-//! Spans and events may be annotated with key-value data, referred to as known
4
-//! as _fields_. These fields consist of a mapping from a key (corresponding to
5
-//! a `&str` but represented internally as an array index) to a [`Value`].
+//! Spans and events may be annotated with key-value data, known as _fields_.
+//! These fields consist of a mapping from a key (corresponding to a `&str` but
+//! represented internally as an array index) to a [`Value`].
6
7
//! # `Value`s and `Subscriber`s
8
0 commit comments