Skip to content

Commit 2ee84b3

Browse files
alextesdavidbarsky
authored andcommitted
docs(field): remove duplicate wording (#2674)
1 parent 8cb22ff commit 2ee84b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tracing-core/src/field.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
//! `Span` and `Event` key-value data.
22
//!
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`].
3+
//! Spans and events may be annotated with key-value data, known as _fields_.
4+
//! These fields consist of a mapping from a key (corresponding to a `&str` but
5+
//! represented internally as an array index) to a [`Value`].
66
//!
77
//! # `Value`s and `Subscriber`s
88
//!

0 commit comments

Comments
 (0)