From 061da15d0bffe3104f39bcf8528966b7e7ff5013 Mon Sep 17 00:00:00 2001 From: ylluminate Date: Mon, 30 Sep 2019 17:17:54 -0400 Subject: [PATCH] Fix CHANGELOG.md typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5528827455..a73cb08a91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ - Lots of fixes in automatic `.str()` method generation for structs and arrays. - ~30% faster parser (files are no longer parsed separately for each pass). - `_` is no longer a variable, but an actual syntax construct to skip unused values, like in Go. -- Multiple returns (`fn foo() (int, strnig) {`). +- Multiple returns (`fn foo() (int, string) {`). - `!` can now only be used with booleans.