Fix typo in RELEASES.md

This commit is contained in:
Andrew Paseltiner 2016-09-29 10:43:08 -04:00 committed by GitHub
parent 91f34c0c70
commit e5e632ba40

View file

@ -54,7 +54,7 @@ Diagnostics
Most common editors supporting Rust have been updated to work with it. It was Most common editors supporting Rust have been updated to work with it. It was
previously described [on the Rust blog] previously described [on the Rust blog]
(https://blog.rust-lang.org/2016/08/10/Shape-of-errors-to-come.html). (https://blog.rust-lang.org/2016/08/10/Shape-of-errors-to-come.html).
* [In error descriptions, references are now described in plain english, * [In error descriptions, references are now described in plain English,
instead of as "&-ptr"] instead of as "&-ptr"]
(https://github.com/rust-lang/rust/pull/35611) (https://github.com/rust-lang/rust/pull/35611)
* [In error type descriptions, unknown numeric types are named `{integer}` or * [In error type descriptions, unknown numeric types are named `{integer}` or