Skip to content

Commit

Permalink
docs: Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Marwes committed Sep 15, 2016
1 parent d99992c commit 608cdde
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 @@ -60,7 +60,7 @@ Here is a list containing most of the breaking changes in older versions of comb
* `parse_state` renamed to `parse_stream`.
* `parse_lazy` changed to return a `ConsumedResult`. To make calls to `parse_lazy` return a `Result` you can call `parser.parse_lazy(input).into()`.
* `char::String` renamed to `char::Str` to avoid name collisions with `std::string::String`.
* The amouunt of reexports from the root module has been reduced.
* The amount of reexports from the root module has been reduced.
* `ParserExt` removed, all methods now exist directly on `Parser`.
* `Stream` split into `Stream` and `StreamOnce`.
* `StreamOnce::uncons` now takes `&mut self` instead of `self`.
Expand Down

0 comments on commit 608cdde

Please sign in to comment.