Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit b8ac980

Browse files
authored
docs: fix typo in miscellaneous.md
1 parent c6ab0d7 commit b8ac980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/miscellaneous.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ For DAG, another challenge is to recover the reusable fragments from the optimiz
3434

3535
## Memo Table
3636

37-
Obviously, it is not efficient to simply store a mapping from RelNode to the expression id. Cannot imaging how many levels of depths will it require to compute a hash of a tree structure.
37+
Obviously, it is not efficient to simply store a mapping from RelNode to the expression id. Cannot imagine how many levels of depths will it require to compute a hash of a tree structure.
3838

3939
## Partial Exploration
4040

0 commit comments

Comments
 (0)