Skip to content

Commit 8f48120

Browse files
puzzlewolfGeal
authored andcommitted
doc: fix typo
1 parent 353f37e commit 8f48120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/number/complete.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ where
304304

305305
/// Recognizes a big endian signed 4 bytes integer.
306306
///
307-
/// *Complete version*: Teturns an error if there is not enough input data.
307+
/// *Complete version*: Returns an error if there is not enough input data.
308308
/// ```rust
309309
/// # use nom::{Err, error::ErrorKind, Needed};
310310
/// # use nom::Needed::Size;

0 commit comments

Comments
 (0)