mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-05-05 22:38:31 +00:00
Merge pull request #2163 from JacobCWard/typo-9
[purescript/en] comparisions -> comparisons
This commit is contained in:
commit
1c2e77939c
@ -48,7 +48,7 @@ not true -- false
|
||||
23 == 23 -- true
|
||||
1 /= 4 -- true
|
||||
1 >= 4 -- false
|
||||
-- Comparisions < <= > >=
|
||||
-- Comparisons < <= > >=
|
||||
-- are defined in terms of compare
|
||||
compare 1 2 -- LT
|
||||
compare 2 2 -- EQ
|
||||
@ -208,4 +208,3 @@ any even [1,2,3] -- true
|
||||
all even [1,2,3] -- false
|
||||
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user