Skip to content

Commit fe0885e

Browse files
authored
Merge pull request #35 from ksaj/patch-6
Missing 'or'
2 parents ebfdde6 + 63a4a62 commit fe0885e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/operator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ hello world
6262

6363
- `==` equal to
6464

65-
- `>=` greater than equal to
65+
- `>=` greater than or equal to
6666

67-
- `<=` lesser than equal to
67+
- `<=` lesser than or equal to
6868

6969
- `!=` not equal to
7070

0 commit comments

Comments
 (0)