Skip to content

Commit eaef832

Browse files
authored
docs: fix typo (#120)
1 parent 0f04769 commit eaef832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/eval.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ tree([1 2 3; 4 5 6.], operators)
4747
```
4848

4949
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.
50+
`(::Node)(X)` to call the evaluation operation with the given `operators` loaded.
5151
It also re-defines `print`, `show`, and the various operators, to work with the `Node` type.
5252

5353
!!! warning

0 commit comments

Comments
 (0)