We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f04769 commit eaef832Copy full SHA for eaef832
docs/src/eval.md
@@ -47,7 +47,7 @@ tree([1 2 3; 4 5 6.], operators)
47
```
48
49
This is possible because when you call `OperatorEnum`, it automatically re-defines
50
-`(::Node)(X)` to call the evaluation operation with the given `operators loaded.
+`(::Node)(X)` to call the evaluation operation with the given `operators` loaded.
51
It also re-defines `print`, `show`, and the various operators, to work with the `Node` type.
52
53
!!! warning
0 commit comments