about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvishalsodani <vishal_sodani@yahoo.com>2019-05-25 02:48:01 +0000
committervishalsodani <vishal_sodani@yahoo.com>2019-05-25 02:48:01 +0000
commitfd1998914dcd2822a11367d3761d8574cb4eb634 (patch)
tree5c4a1b3587edec9c64b5189a1556a849cbca6e29
parentdec4c5201f88efbc3020b04ba96a5ee2c3b6cfcd (diff)
downloadrust-fd1998914dcd2822a11367d3761d8574cb4eb634.tar.gz
rust-fd1998914dcd2822a11367d3761d8574cb4eb634.zip
Fix spelling in release notes
-rw-r--r--RELEASES.md2
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