]> git.lizzy.rs Git - rust.git/blobdiff - RELEASES.md
Rollup merge of #25562 - svetlyak40wt:patch-1, r=alexcrichton
[rust.git] / RELEASES.md
index 23c6a7c4fd62baa53efe01ffae48aa5ce0cf469b..7dbd3604e491088b6518dd1b3118f52f2d12d73a 100644 (file)
@@ -23,7 +23,7 @@ Language
 * Digits of binary and octal literals are [lexed more eagerly][lex] to
   improve error messages and macro behavior. For example, `0b1234` is
   now lexed as `0b1234` instead of two tokens, `0b1` and `234`.
-* Trait bounds [are always invariant][inv], eleminating the need for
+* Trait bounds [are always invariant][inv], eliminating the need for
   the `PhantomFn` and `MarkerTrait` lang items, which have been
   removed.
 * ["-" is no longer a valid character in crate names][cr], the `extern crate