From f776b1715055cc825d463a17ec0b9f3264b98ca2 Mon Sep 17 00:00:00 2001 From: Jonathan Coates Date: Fri, 15 Nov 2024 15:32:40 +0000 Subject: [PATCH] Fix argument order of math.atan in changelog --- .../main/resources/data/computercraft/lua/rom/help/changelog.md | 2 +- .../main/resources/data/computercraft/lua/rom/help/whatsnew.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/core/src/main/resources/data/computercraft/lua/rom/help/changelog.md b/projects/core/src/main/resources/data/computercraft/lua/rom/help/changelog.md index fd0e90613..514d9b050 100644 --- a/projects/core/src/main/resources/data/computercraft/lua/rom/help/changelog.md +++ b/projects/core/src/main/resources/data/computercraft/lua/rom/help/changelog.md @@ -1,7 +1,7 @@ # New features in CC: Tweaked 1.114.0 * Add redstone relay peripheral. -* Add support for `math.atan(x, y)`. +* Add support for `math.atan(y, x)`. * Update several translations. Several bug fixes: 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 7828adb8a..a151ee199 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 @@ -1,7 +1,7 @@ New features in CC: Tweaked 1.114.0 * Add redstone relay peripheral. -* Add support for `math.atan(x, y)`. +* Add support for `math.atan(y, x)`. * Update several translations. Several bug fixes: