Skip to content

Commit f4b6e8e

Browse files
authored
fixes #823 (#1018)
1 parent 4d8a92f commit f4b6e8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/chapter2/section5/subsection1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1000,7 +1000,7 @@ function install_complex_package() {
10001000
// provided by GitHub user clean99
10011001

10021002
function is_equal_to_zero(x) {
1003-
return apply_generic("is_equal", list(x));
1003+
return apply_generic("is_equal_to_zero", list(x));
10041004
}
10051005

10061006
function install_javascript_number_package() {

0 commit comments

Comments
 (0)