From 43ec01b23da57494ae4b506fbbebbc8e35268da9 Mon Sep 17 00:00:00 2001 From: yuyi Date: Sun, 10 May 2020 22:24:43 +0800 Subject: [PATCH] changelog: fix a typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01e712fd8d..af68a6cf11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,7 +26,7 @@ number of calls, average time per call, total time per function. - Closures. - Lots and lots of new tests added, including output tests that test error messages. - Multiple errors are now printed, the compiler no longer stops after the first error. -- Thew new JS backend using the AST parser (almost complete). +- The new JS backend using the AST parser (almost complete). - Variadic functions. - `net.websocket` module (early stage). - `vlib` is now memory leak free, lots of `autofree` improvements.