Skip to content

Commit

Permalink
Typo fix (#4957)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanmck1 authored May 20, 2024
1 parent 64dcb68 commit 5c7cfb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elixir.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5c7cfb7

Please sign in to comment.