about summary refs log tree commit diff
path: root/RELEASES.md
diff options
context:
space:
mode:
authorTrevor Spiteri <tspiteri@ieee.org>2021-02-26 18:41:22 +0100
committerTrevor Spiteri <tspiteri@ieee.org>2021-02-26 18:41:22 +0100
commit4dcbc005c55899c8c0641eba69bb7eb729c013bc (patch)
tree74787e9e3a5013574a39a7e7919a7407a33667e1 /RELEASES.md
parentcecdb181ade91c0a5ffab9a148dba68fc7d00ee3 (diff)
downloadrust-4dcbc005c55899c8c0641eba69bb7eb729c013bc.tar.gz
rust-4dcbc005c55899c8c0641eba69bb7eb729c013bc.zip
fix typo in RELEASES.md
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md2
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
 -----------------------