We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 353f37e commit 8f48120Copy full SHA for 8f48120
src/number/complete.rs
@@ -304,7 +304,7 @@ where
304
305
/// Recognizes a big endian signed 4 bytes integer.
306
///
307
-/// *Complete version*: Teturns an error if there is not enough input data.
+/// *Complete version*: Returns an error if there is not enough input data.
308
/// ```rust
309
/// # use nom::{Err, error::ErrorKind, Needed};
310
/// # use nom::Needed::Size;
0 commit comments