diff options
| author | vishalsodani <vishal_sodani@yahoo.com> | 2019-05-25 02:48:01 +0000 |
|---|---|---|
| committer | vishalsodani <vishal_sodani@yahoo.com> | 2019-05-25 02:48:01 +0000 |
| commit | fd1998914dcd2822a11367d3761d8574cb4eb634 (patch) | |
| tree | 5c4a1b3587edec9c64b5189a1556a849cbca6e29 | |
| parent | dec4c5201f88efbc3020b04ba96a5ee2c3b6cfcd (diff) | |
| download | rust-fd1998914dcd2822a11367d3761d8574cb4eb634.tar.gz rust-fd1998914dcd2822a11367d3761d8574cb4eb634.zip | |
Fix spelling in release notes
| -rw-r--r-- | RELEASES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md index 4185961187b..91e3c5f7219 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -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 |
