From fd1998914dcd2822a11367d3761d8574cb4eb634 Mon Sep 17 00:00:00 2001 From: vishalsodani Date: Sat, 25 May 2019 02:48:01 +0000 Subject: [PATCH] Fix spelling in release notes --- RELEASES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 4185961187b39..91e3c5f721952 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