Skip to content

Commit

Permalink
Merge pull request #464 from cherryblossom000/patch-1
Browse files Browse the repository at this point in the history
Fix typo in docs
  • Loading branch information
KodrAus committed Nov 5, 2021
2 parents a067a83 + 9e5f755 commit 96683a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 96683a1

Please sign in to comment.