Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aqrln committed Jan 8, 2024
1 parent f03ec90 commit ac6db78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ mod relation_load_strategy {

assert_eq!(
actual, expected,
"expected later join to be used: {expected}, instead it was: {actual}"
"expected lateral join to be used: {expected}, instead it was: {actual}"
);
}

Expand Down

0 comments on commit ac6db78

Please sign in to comment.