Fix typo in docs

structued -> structured
This commit is contained in:
cherryblossom000 2021-10-23 16:57:59 +11:00 committed by GitHub
parent ab7492e3a7
commit 9e5f755a3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {