Skip to content

Commit de1a767

Browse files
authored
Rollup merge of rust-lang#72914 - petertodd:2020-minor-at-most-32, r=jonas-schievink
Minor: off-by-one error in RELEASES.md
2 parents 9763e0c + 786ad87 commit de1a767

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
@@ -43,7 +43,7 @@ Libraries
4343
- [Unicode 13 is now supported.][69929]
4444
- [`String` now implements `From<&mut str>`.][69661]
4545
- [`IoSlice` now implements `Copy`.][69403]
46-
- [`Vec<T>` now implements `From<[T; N]>`.][68692] Where `N` is less than 32.
46+
- [`Vec<T>` now implements `From<[T; N]>`.][68692] Where `N` is at most 32.
4747
- [`proc_macro::LexError` now implements `fmt::Display` and `Error`.][68899]
4848
- [`from_le_bytes`, `to_le_bytes`, `from_be_bytes`, `to_be_bytes`,
4949
`from_ne_bytes`, and `to_ne_bytes` methods are now `const` for all

0 commit comments

Comments
 (0)