mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-29 09:30:20 +02:00
Typo fix (#4957)
This commit is contained in:
@@ -146,7 +146,7 @@ nil && 20 #=> nil
|
||||
1 == 1.0 #=> true
|
||||
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:
|
||||
1 < :hello #=> true
|
||||
|
||||
|
Reference in New Issue
Block a user