Skip to content

Commit

Permalink
Remove extraneous apostrophe
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 c9e38f5 commit bf85a5e
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 @@ -72,7 +72,7 @@ Operators like `<` do _structural_ comparison (instead of _semantic_ comparison)
> ```
In other words, although `~D[2017-03-31] > ~D[2017-04-01]` is valid code, it does _not_ tell you if `~D[2017-03-31]` is a later date than `~D[2017-04-01]` as you might expect.
Instead, you'd' use `Date.compare/2`.
Instead, you'd use `Date.compare/2`.
### Chained vs. Nested Comparisons
Expand Down

0 comments on commit bf85a5e

Please sign in to comment.