We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4d56b7 commit fb73c47Copy full SHA for fb73c47
RELEASES.md
@@ -23,7 +23,7 @@ Language
23
* Digits of binary and octal literals are [lexed more eagerly][lex] to
24
improve error messages and macro behavior. For example, `0b1234` is
25
now lexed as `0b1234` instead of two tokens, `0b1` and `234`.
26
-* Trait bounds [are always invariant][inv], eleminating the need for
+* Trait bounds [are always invariant][inv], eliminating the need for
27
the `PhantomFn` and `MarkerTrait` lang items, which have been
28
removed.
29
* ["-" is no longer a valid character in crate names][cr], the `extern crate
0 commit comments