Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreDecan committed Jul 22, 2022
1 parent cbf99d1 commit 2080323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -406,7 +406,7 @@ True
```

As a general rule, if `a < b` holds, then `a <= b`, `b > a`, `b >= a`
`not (a > b)`, `not (b > a)`, `not (a >= b)` and `not (b >= a)` hold.
`not (a > b)`, `not (b < a)`, `not (a >= b)` and `not (b <= a)` hold.



Expand Down

0 comments on commit 2080323

Please sign in to comment.