Skip to content

Commit

Permalink
Rollup merge of rust-lang#61149 - vishalsodani:master, r=Centril
Browse files Browse the repository at this point in the history
Fix spelling in release notes
  • Loading branch information
Centril committed May 26, 2019
2 parents b4a3d44 + fd19989 commit fadd738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fadd738

Please sign in to comment.