mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-22 12:32:09 +03:00
Typo fix (#4957)
This commit is contained in:
parent
64dcb689df
commit
5c7cfb7575
@ -146,7 +146,7 @@ nil && 20 #=> nil
|
|||||||
1 == 1.0 #=> true
|
1 == 1.0 #=> true
|
||||||
1 === 1.0 #=> false
|
1 === 1.0 #=> false
|
||||||
|
|
||||||
# Elixir operators are strict in theiar arguments, with the exception
|
# Elixir operators are strict in their arguments, with the exception
|
||||||
# of comparison operators that work across different data types:
|
# of comparison operators that work across different data types:
|
||||||
1 < :hello #=> true
|
1 < :hello #=> true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user