Skip to content

Commit e94eda2

Browse files
Update RELEASES.md
Co-authored-by: Alexander Ronald Altman <[email protected]>
1 parent 9e2ad50 commit e94eda2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Libraries
3737
Android platforms when available.][81469]
3838
- [`slice::IterMut<'_, T>` now implements `AsRef<[T]>`][82771]
3939
- [Arrays of any length now implement `IntoIterator`.][84147]
40-
Currently call `.into_iter()` as a method on an array will
40+
Currently calling `.into_iter()` as a method on an array will
4141
return `impl Iterator<Item=&T>`, but this may change in a
4242
future edition to change `Item` to `T`. Calling `IntoIterator::into_iter`
4343
directly on arrays will provide `impl Iterator<Item=T>` as expected.

0 commit comments

Comments
 (0)