]> git.lizzy.rs Git - rust.git/blobdiff - RELEASES.md
Do not use pointer alignment on unsupported platforms
[rust.git] / RELEASES.md
index 4185961187b395d277272a31763c25d22662df16..91e3c5f721952a65c0b4ddf2a9b269c0d293f732 100644 (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