Skip to content

Commit

Permalink
initializer -> constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
xx01cyx committed Oct 22, 2024
1 parent ddd9bff commit c84947c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class MergeSortRun {

/**
* TODO: Add your own private members here. You may want something to record your current
* position in the sorted run. Also feel free to add additional initializers to initialize
* position in the sorted run. Also feel free to add additional constructors to initialize
* your private members.
*/
};
Expand Down

0 comments on commit c84947c

Please sign in to comment.