Skip to content

Commit 71a0168

Browse files
authored
fix(typo): nested_index_join_plan.h class description (#520)
Update nested_index_join_plan.h
1 parent dbe24fd commit 71a0168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/execution/plans/nested_index_join_plan.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ namespace bustub {
2828

2929
/**
3030
* 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
31+
* The outer table tuples are propagated using a child executor, but the inner table tuples should be
3232
* obtained using the outer table tuples as well as the index from the catalog.
3333
*/
3434
class NestedIndexJoinPlanNode : public AbstractPlanNode {

0 commit comments

Comments
 (0)