Skip to content

Commit c84947c

Browse files
committed
initializer -> constructor
1 parent ddd9bff commit c84947c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/execution/executors/external_merge_sort_executor.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ class MergeSortRun {
101101

102102
/**
103103
* TODO: Add your own private members here. You may want something to record your current
104-
* position in the sorted run. Also feel free to add additional initializers to initialize
104+
* position in the sorted run. Also feel free to add additional constructors to initialize
105105
* your private members.
106106
*/
107107
};

0 commit comments

Comments
 (0)