fix typo in RELEASES.md

This commit is contained in:
Trevor Spiteri 2021-02-26 18:41:22 +01:00
parent cecdb181ad
commit 4dcbc005c5

View File

@ -68,7 +68,7 @@ The following previously stable methods are now `const`.
- `saturating_pow` for all integer types. - `saturating_pow` for all integer types.
- `wrapping_pow` for all integer types. - `wrapping_pow` for all integer types.
- `next_power_of_two` for all unsigned integer types. - `next_power_of_two` for all unsigned integer types.
- `checked_power_of_two` for all unsigned integer types. - `checked_next_power_of_two` for all unsigned integer types.
Cargo Cargo
----------------------- -----------------------