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 dbe24fd commit 71a0168Copy full SHA for 71a0168
src/include/execution/plans/nested_index_join_plan.h
@@ -28,7 +28,7 @@ namespace bustub {
28
29
/**
30
* NestedIndexJoinPlanNode is used to represent performing a nested index join between two tables
31
- * The outer table tuples are propogated using a child executor, but the inner table tuples should be
+ * The outer table tuples are propagated using a child executor, but the inner table tuples should be
32
* obtained using the outer table tuples as well as the index from the catalog.
33
*/
34
class NestedIndexJoinPlanNode : public AbstractPlanNode {
0 commit comments