Skip to content

Commit

Permalink
docs(field): remove duplicate wording (#2674)
Browse files Browse the repository at this point in the history
  • Loading branch information
alextes authored and davidbarsky committed Sep 27, 2023
1 parent 8cb22ff commit 2ee84b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tracing-core/src/field.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//! `Span` and `Event` key-value data.
//!
//! Spans and events may be annotated with key-value data, referred to as 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`].
//! 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`].
//!
//! # `Value`s and `Subscriber`s
//!
Expand Down

0 comments on commit 2ee84b3

Please sign in to comment.