Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinTF committed Nov 20, 2024
1 parent 8ecc821 commit 190b8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/Join.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class Join : public Operation {
// `permutation` indicates a permutation to apply to the result columns before
// yielding/returning them. An empty vector means no permutation is applied.
// `action` is a lambda that can be used to send partial chunks to a consumer
// in addition to returning the remaining result. If lazyness is not required
// in addition to returning the remaining result. If laziness is not required
// it is a no-op.
ProtoResult createResult(
bool requestedLaziness,
Expand Down

0 comments on commit 190b8de

Please sign in to comment.