diff options
| author | bors <bors@rust-lang.org> | 2021-02-28 15:39:41 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2021-02-28 15:39:41 +0000 |
| commit | 573a697a6197abaad5a2d7208dbf1bbc77f4dcf3 (patch) | |
| tree | 8e9b4ae5a5eb3b8c9773d9260c44f2c54e4cffc7 | |
| parent | 1b1d85fd4cc6ace45d5ec95cd95ce2ccbe6f2e17 (diff) | |
| parent | 4dcbc005c55899c8c0641eba69bb7eb729c013bc (diff) | |
| download | rust-573a697a6197abaad5a2d7208dbf1bbc77f4dcf3.tar.gz rust-573a697a6197abaad5a2d7208dbf1bbc77f4dcf3.zip | |
Auto merge of #82560 - tspiteri:releases-typo, r=ehuss
fix typo in 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 ----------------------- |
