From 9e5f755a3a19fb917414202f1153c575c8dfdee6 Mon Sep 17 00:00:00 2001 From: cherryblossom000 <31467609+cherryblossom000@users.noreply.github.com> Date: Sat, 23 Oct 2021 16:57:59 +1100 Subject: [PATCH] Fix typo in docs structued -> structured --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index fd680de75..c3bc8b99c 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 {