From e5e632ba40db6752ff8829a02e72a9107cb717b8 Mon Sep 17 00:00:00 2001 From: Andrew Paseltiner Date: Thu, 29 Sep 2016 10:43:08 -0400 Subject: [PATCH] Fix typo in RELEASES.md --- RELEASES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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