summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpalexanderm <61638460+palexanderm@users.noreply.github.com>2022-01-03 15:39:46 -0500
committerGitHub <noreply@github.com>2022-01-03 21:39:46 +0100
commitf19b7e2d5d2c29855c9183a1c9b2e5053aa06cd4 (patch)
treec43d59332ad597ff71994c1b21ea77cd973530d1
parent4cb690440b4176bcfddd04323ac9118092fe3b31 (diff)
downloadelixir-f19b7e2d5d2c29855c9183a1c9b2e5053aa06cd4.tar.gz
Fix typo in Special Forms docs (#11535)
-rw-r--r--lib/elixir/lib/kernel/special_forms.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/elixir/lib/kernel/special_forms.ex b/lib/elixir/lib/kernel/special_forms.ex
index 6e0821bb5..23d19ec08 100644
--- a/lib/elixir/lib/kernel/special_forms.ex
+++ b/lib/elixir/lib/kernel/special_forms.ex
@@ -1423,7 +1423,7 @@ defmodule Kernel.SpecialForms do
[elixir: :prolog]
Given the grandparents of Erlang and Prolog were nil, those values were
- filtered out. IF you don't want this behaviour, a simple option is to
+ filtered out. If you don't want this behaviour, a simple option is to
move the filter inside the do-block:
iex> languages = [elixir: :erlang, erlang: :prolog, prolog: nil]