From e6ee292850a8daeec5fe26b365e211f5551cfde0 Mon Sep 17 00:00:00 2001 From: Jonathan Coates Date: Sun, 14 Jan 2024 16:27:55 +0000 Subject: [PATCH] Fix incorrect "Fix incorrect "incorrect incorrect"" --- .../main/resources/data/computercraft/lua/rom/help/whatsnew.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/core/src/main/resources/data/computercraft/lua/rom/help/whatsnew.md b/projects/core/src/main/resources/data/computercraft/lua/rom/help/whatsnew.md index 65044e1f8..a5df96af0 100644 --- a/projects/core/src/main/resources/data/computercraft/lua/rom/help/whatsnew.md +++ b/projects/core/src/main/resources/data/computercraft/lua/rom/help/whatsnew.md @@ -6,6 +6,6 @@ Several bug fixes: * Error if too many websocket messages are queued to be sent at once. * Fix trailing-comma on method calls (e.g. `x:f(a, )` not using our custom error message. * Fix internal compiler error when using `goto` as the first statement in an `if` block. -* Fix incorrect incorrect resizing of a tables' hash part when adding and removing keys. +* Fix incorrect resizing of a tables' hash part when adding and removing keys. Type "help changelog" to see the full version history.