From f4b6e8e041bec4a1b016162567392af5685179ba Mon Sep 17 00:00:00 2001 From: Martin Henz Date: Tue, 16 Jul 2024 01:42:49 +0800 Subject: [PATCH] fixes #823 (#1018) --- xml/chapter2/section5/subsection1.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/chapter2/section5/subsection1.xml b/xml/chapter2/section5/subsection1.xml index 98989015d..e581f35eb 100644 --- a/xml/chapter2/section5/subsection1.xml +++ b/xml/chapter2/section5/subsection1.xml @@ -1000,7 +1000,7 @@ function install_complex_package() { // provided by GitHub user clean99 function is_equal_to_zero(x) { - return apply_generic("is_equal", list(x)); + return apply_generic("is_equal_to_zero", list(x)); } function install_javascript_number_package() {