Skip to content

Commit

Permalink
Clarify language
Browse files Browse the repository at this point in the history
Co-authored-by: Billy Lanchantin <[email protected]>
  • Loading branch information
jgarber623-cargosense and billylanchantin authored Jun 14, 2024
1 parent 1b36d74 commit 5df1fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ compare?(start_date < date < end_date, Date)
compare?(start_date <= date <= end_date, Date)
```
`CompareChain.compare?/2` compiles these expressions as:
`CompareChain.compare?/2` rewrites these expressions as:
```elixir
# excluding bounds
Expand Down

0 comments on commit 5df1fc8

Please sign in to comment.