Skip to content

Commit

Permalink
small description tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
billylanchantin committed Jan 28, 2023
1 parent 195e003 commit 5d68805
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 @@ -5,7 +5,7 @@
Provides convenience macros for comparisons which do:

* chained comparisons like `a < b < c`
* semantic comparisons using the structural operators `<`, `>`, `<=`, and `>=`
* semantic comparisons using the structural operators `<`, `>`, `<=`, `>=`, `==`, and `!=`
* combinations using `and`, `or`, and `not`

### Examples
Expand Down

0 comments on commit 5d68805

Please sign in to comment.