Fix spelling errors in documentation.

This commit is contained in:
Joseph Crail 2015-05-04 13:21:27 -04:00
parent a979efc2f9
commit 464069a4bf
8 changed files with 9 additions and 9 deletions

View file

@ -421,7 +421,7 @@ macro_rules! derive_pattern_clone {
/// wrapping an private internal one that makes use of the `Pattern` API.
///
/// For all patterns `P: Pattern<'a>` the following items will be
/// generated (generics ommitted):
/// generated (generics omitted):
///
/// struct $forward_iterator($internal_iterator);
/// struct $reverse_iterator($internal_iterator);