From 53790bbd555847c91169fc6da4f65de59d750e6a Mon Sep 17 00:00:00 2001 From: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com> Date: Tue, 24 Mar 2020 16:14:57 +0100 Subject: [PATCH] Update RELEASES.md Co-Authored-By: LeSeulArtichaut <leseulartichaut@gmail.com> --- RELEASES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]