Skip to content

Commit 5edb5f8

Browse files
committed
Fix other uses of "adaptor"
1 parent 5bdeb5b commit 5edb5f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/iter/adapters/flatten.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ impl<T> OneShot for result::IterMut<'_, T> {}
779779
impl<T> OneShot for Empty<T> {}
780780
impl<T> OneShot for array::IntoIter<T, 0> {}
781781

782-
// These adaptors never increase the number of items.
782+
// These adapters never increase the number of items.
783783
// (There are more possible, but for now this matches BoundedSize above.)
784784
impl<I: OneShot> OneShot for Cloned<I> {}
785785
impl<I: OneShot> OneShot for Copied<I> {}

0 commit comments

Comments
 (0)