Skip to content

Commit a6a7961

Browse files
Update docs/reference/egglog-translation.md
Co-authored-by: Copilot <[email protected]>
1 parent a41f1ba commit a6a7961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/egglog-translation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ egraph.check_fail(eq(Math(0)).to(Math(1)))
509509

510510
## Function Sizes
511511

512-
The `(print-size <functon name>?)` command is translated into either `egraph.function_size(fn)` to get the number of
512+
The `(print-size <function name>?)` command is translated into either `egraph.function_size(fn)` to get the number of
513513
rows of one function or `egraph.all_function_sizes()` to get a list of all the function sizes:
514514

515515
```{code-cell} python

0 commit comments

Comments
 (0)