Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fenhl committed Aug 27, 2021
1 parent d900c9e commit 48c81e1
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 @@ -12,7 +12,7 @@ The algorithms in this crate are oblivious to UTF-8 high bytes, so they iterate
over the bytes directly as a micro-optimization.

Disabling the `std` feature (which is enabled by default) will allow the crate
to work in `no_std` environments, where a the `alloc` crate, and a global
to work in `no_std` environments, where the `alloc` crate, and a global
allocator, are available.

# LICENSE
Expand Down

0 comments on commit 48c81e1

Please sign in to comment.