diff options
| author | Trevor Spiteri <tspiteri@ieee.org> | 2021-02-26 18:41:22 +0100 |
|---|---|---|
| committer | Trevor Spiteri <tspiteri@ieee.org> | 2021-02-26 18:41:22 +0100 |
| commit | 4dcbc005c55899c8c0641eba69bb7eb729c013bc (patch) | |
| tree | 74787e9e3a5013574a39a7e7919a7407a33667e1 /RELEASES.md | |
| parent | cecdb181ade91c0a5ffab9a148dba68fc7d00ee3 (diff) | |
| download | rust-4dcbc005c55899c8c0641eba69bb7eb729c013bc.tar.gz rust-4dcbc005c55899c8c0641eba69bb7eb729c013bc.zip | |
fix typo in RELEASES.md
Diffstat (limited to 'RELEASES.md')
| -rw-r--r-- | RELEASES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md index 25f9c802982..5dca7abcb26 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -68,7 +68,7 @@ The following previously stable methods are now `const`. - `saturating_pow` for all integer types. - `wrapping_pow` for all 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 ----------------------- |
