Skip to content

Commit

Permalink
fix typo in README.md
Browse files Browse the repository at this point in the history
Signed-off-by: tison <wander4096@gmail.com>
  • Loading branch information
tisonkun authored and pacman82 committed Jan 21, 2022
1 parent b5948ac commit ca5d908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ fn atoi_with_rest<I: FromRadix10>(text: &[u8]) -> Option<(&[u8], I)> {
}
```

This [crate](https://www.crates.io/crates/atoi) as more to offer! Check out the full documentation
This [crate](https://www.crates.io/crates/atoi) has more to offer! Check out the full documentation
at [docs.rs](https://docs.rs/atoi).

0 comments on commit ca5d908

Please sign in to comment.