Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored and SanderMertens committed Sep 5, 2024
1 parent c9b99e0 commit 720f9b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cpp/src/Query.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3102,7 +3102,7 @@ void Query_pair_with_variable_src_no_row_fields(void) {
auto other = world.entity()
.set(OtherComp{0});

// Guarantee we don't luckily hit zero if we read the the wrong component
// Guarantee we don't luckily hit zero if we read the wrong component
world.entity()
.set(OtherComp{1});

Expand Down

0 comments on commit 720f9b6

Please sign in to comment.