Fix typos across the codebase (thanks codespell!)
This commit is contained in:
parent
ccd46047be
commit
002c2803d4
9 changed files with 9 additions and 9 deletions
|
|
@ -209,7 +209,7 @@ impl Message {
|
|||
///
|
||||
/// Returns the first matching payload element as parsed struct or its
|
||||
/// parse error. If no element matches, `Ok(None)` is returned. If an
|
||||
/// element matches, but fails to parse, it is nontheless removed from
|
||||
/// element matches, but fails to parse, it is nonetheless removed from
|
||||
/// the message.
|
||||
///
|
||||
/// Elements which do not match the given type are not removed.
|
||||
|
|
|
|||
Loading…
Reference in a new issue