Skip to content

Commit

Permalink
fixes #823 (#1018)
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-henz authored Jul 15, 2024
1 parent 4d8a92f commit f4b6e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xml/chapter2/section5/subsection1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit f4b6e8e

Please sign in to comment.