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 a41f1ba commit a6a7961Copy full SHA for a6a7961
docs/reference/egglog-translation.md
@@ -509,7 +509,7 @@ egraph.check_fail(eq(Math(0)).to(Math(1)))
509
510
## Function Sizes
511
512
-The `(print-size <functon name>?)` command is translated into either `egraph.function_size(fn)` to get the number of
+The `(print-size <function name>?)` command is translated into either `egraph.function_size(fn)` to get the number of
513
rows of one function or `egraph.all_function_sizes()` to get a list of all the function sizes:
514
515
```{code-cell} python
0 commit comments