From 4dcbc005c55899c8c0641eba69bb7eb729c013bc Mon Sep 17 00:00:00 2001 From: Trevor Spiteri Date: Fri, 26 Feb 2021 18:41:22 +0100 Subject: [PATCH] fix typo in RELEASES.md --- RELEASES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -----------------------