Commit 707020c 1 parent f378d94 commit 707020c Copy full SHA for 707020c
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ pub trait FallibleIterator {
121
121
/// Returns `Ok(None)` when iteration is finished.
122
122
///
123
123
/// The behavior of calling this method after a previous call has returned
124
- /// `Ok(None)` or `Err` is implemenetation defined.
124
+ /// `Ok(None)` or `Err` is implementation defined.
125
125
fn next ( & mut self ) -> Result < Option < Self :: Item > , Self :: Error > ;
126
126
127
127
/// Returns bounds on the remaining length of the iterator.
@@ -711,7 +711,7 @@ pub trait FallibleIterator {
711
711
Cloned ( self )
712
712
}
713
713
714
- /// Returns an iterator which repeas this iterator endlessly.
714
+ /// Returns an iterator which repeats this iterator endlessly.
715
715
#[ inline]
716
716
fn cycle ( self ) -> Cycle < Self >
717
717
where
You can’t perform that action at this time.
0 commit comments