Skip to content

Commit 187a5cc

Browse files
bors[bot]Steven Nguyen
andauthored
Merge #669
669: fix typo (circular_tuple_windows) [docs] r=phimuemue a=icecream17 Co-authored-by: Steven Nguyen <[email protected]>
2 parents fd251d0 + d3987a7 commit 187a5cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tuple_impl.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ impl<I, T> FusedIterator for TupleWindows<I, T>
194194
T::Item: Clone
195195
{}
196196

197-
/// An iterator over all windows,wrapping back to the first elements when the
197+
/// An iterator over all windows, wrapping back to the first elements when the
198198
/// window would otherwise exceed the length of the iterator, producing tuples
199199
/// of a specific size.
200200
///

0 commit comments

Comments
 (0)