Skip to content

Commit

Permalink
Fix spelling in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jackc committed Mar 9, 2024
1 parent a17f064 commit 78a0a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Use spaces instead of parentheses for SQL sanitization.

This still solves the problem of negative numbers creating a line comment, but this avoids breaking edge cases such as
`set foo to $1` where the substition is taking place in a location where an arbitrary expression is not allowed.
`set foo to $1` where the substitution is taking place in a location where an arbitrary expression is not allowed.

# 5.5.4 (March 4, 2024)

Expand Down

0 comments on commit 78a0a2b

Please sign in to comment.