Skip to content

Commit

Permalink
doc: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
puzzlewolf authored and Geal committed Dec 28, 2022
1 parent 353f37e commit 8f48120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/number/complete.rs
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ where

/// Recognizes a big endian signed 4 bytes integer.
///
/// *Complete version*: Teturns an error if there is not enough input data.
/// *Complete version*: Returns an error if there is not enough input data.
/// ```rust
/// # use nom::{Err, error::ErrorKind, Needed};
/// # use nom::Needed::Size;
Expand Down

0 comments on commit 8f48120

Please sign in to comment.