Skip to content

Commit

Permalink
Text update
Browse files Browse the repository at this point in the history
  • Loading branch information
RoDmitry committed Aug 19, 2024
1 parent f4bfb21 commit f6c53ce
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 @@ -108,7 +108,7 @@ pub fn parse_any_neg<T: ParseNeg>(s: &[u8]) -> Result<(T, usize), AtoiSimdError>
T::atoi_simd_parse_any_neg(s)
}

/// Parses a slice of digits. Was made to be used as a drop-in replacement for `str::parse`.
/// Parses a slice of digits. Has been made to be used as a drop-in replacement for `str::parse`.
/// Checks the first '-' char for signed integers.
/// Skips the '+' char and extra zeroes at the beginning.
/// It's slower than `parse()`.
Expand Down

0 comments on commit f6c53ce

Please sign in to comment.