diff --git a/src/lib.rs b/src/lib.rs index fd680de..c3bc8b9 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -880,7 +880,7 @@ impl<'a> Record<'a> { self.line } - /// The structued key-value pairs associated with the message. + /// The structured key-value pairs associated with the message. #[cfg(feature = "kv_unstable")] #[inline] pub fn key_values(&self) -> &dyn kv::Source {