Skip to content

Commit

Permalink
Update src/concepts/sql_style.md
Browse files Browse the repository at this point in the history
Co-authored-by: Lucia <30448600+lucia-vargas-a@users.noreply.github.com>
  • Loading branch information
sean-rose and lucia-vargas-a authored Sep 1, 2023
1 parent 0ef03cb commit 4a61527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/concepts/sql_style.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ LIMIT 10

## Join Conditions

The `ON` or `USING` keyword should start on a new line indented one level more than the join keyword
The `ON` and `USING` keywords should start on a new line indented one level more than the join keyword
and be followed by the join conditions starting on the same line. For example:

**Good**:
Expand Down

0 comments on commit 4a61527

Please sign in to comment.