Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
serges147 committed Aug 5, 2024
1 parent 94e57e2 commit 7b054aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c++/test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ std::size_t checkReverseOrdering(const N<T>* const root)
prev = &nd;
size++;

// Fake `return` to cover other `traverse` overload (the returning one).
// Fake `return` to cover other `traverseInOrder` overload (the returning one).
return false;
},
true /* reverse */);
Expand Down

0 comments on commit 7b054aa

Please sign in to comment.