diff options
| author | Andrew Paseltiner <apaseltiner@gmail.com> | 2016-09-29 10:43:08 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-29 10:43:08 -0400 |
| commit | e5e632ba40db6752ff8829a02e72a9107cb717b8 (patch) | |
| tree | 2129d7735e98d97ea220c7eeb480551051024db4 | |
| parent | 91f34c0c70746f5c938d25d02a8a66b41240b2f0 (diff) | |
| download | rust-e5e632ba40db6752ff8829a02e72a9107cb717b8.tar.gz rust-e5e632ba40db6752ff8829a02e72a9107cb717b8.zip | |
Fix typo in RELEASES.md
| -rw-r--r-- | RELEASES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md index a747d046968..214e2d8c8f0 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -54,7 +54,7 @@ Diagnostics Most common editors supporting Rust have been updated to work with it. It was previously described [on the Rust blog] (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"] (https://github.com/rust-lang/rust/pull/35611) * [In error type descriptions, unknown numeric types are named `{integer}` or |
