From 38c8bd677c5c45d24974f74e324b5dd101c2a073 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 7 Jun 2023 11:09:27 +0200 Subject: [PATCH] core: field: fix typo in doc --- tracing-core/src/field.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tracing-core/src/field.rs b/tracing-core/src/field.rs index 768107b042..21ac163eee 100644 --- a/tracing-core/src/field.rs +++ b/tracing-core/src/field.rs @@ -7,7 +7,7 @@ //! # `Value`s and `Collect`s //! //! Collectors consume `Value`s as fields attached to [span]s or [`Event`]s. -//! 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`]. //! When a span is created, it provides [`Attributes`] to the collector's //! [`new_span`] method, containing any fields whose values were provided when //! the span was created; and may call the collector's [`record`] method