From 5c7cfb75754867e22ab7e080ceafea569b3cffc1 Mon Sep 17 00:00:00 2001 From: Bryan McKnight Date: Mon, 20 May 2024 11:16:40 -0500 Subject: Typo fix (#4957) --- elixir.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elixir.html.markdown b/elixir.html.markdown index c4da22e8..fcff8a69 100644 --- a/elixir.html.markdown +++ b/elixir.html.markdown @@ -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 -- cgit v1.2.3