about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--RELEASES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 4a11fd7760a..228eb54b9f0 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -4,7 +4,7 @@ Version 1.43.0 (2020-04-23)
 Language
 --------
 - [Fixed using binary operations with `&{number}` (e.g. `&1.0`) not having
-  the correctly inferred type.][68129]
+  the type inferred correctly.][68129]
 
 **Syntax only changes**
 - [Allow `type Foo: Ord` syntactically.][69361]