Rollup merge of #61149 - vishalsodani:master, r=Centril

Fix spelling in release notes
This commit is contained in:
Mazdak Farrokhzad 2019-05-26 02:13:28 +02:00 committed by GitHub
commit fadd73830e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ Libraries
produce a warning if their returning type is unused.
- [The methods `checked_pow`, `saturating_pow`, `wrapping_pow`, and
`overflowing_pow` are now available for all numeric types.][57873] These are
equivalvent to methods such as `wrapping_add` for the `pow` operation.
equivalent to methods such as `wrapping_add` for the `pow` operation.
Stabilized APIs