Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pacman82 committed Jun 29, 2017
1 parent 774c229 commit 135cf73
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 @@ -7,7 +7,7 @@ the more idiomatic detour over utf8. The crate comes with benchmarks so you can

# Example

Parsing to digits from a slice
Parsing from a slice
```rust
use atoi::atoi;
assert_eq!(Some(42), atoi::<u32>(b"42"));
Expand Down

0 comments on commit 135cf73

Please sign in to comment.