summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby <59085153+gliderproarc@users.noreply.github.com>2022-07-03 18:36:25 +0900
committerGitHub <noreply@github.com>2022-07-03 11:36:25 +0200
commitfb729784e5504f499b0179c4f154e73ea2a6f216 (patch)
tree54900fd70233be81c0d61ad5d02e3333541895f0
parent7e4fbe657dbf9c3e19e3d2bd6c17cc6d724b4710 (diff)
downloadelixir-v1.13.tar.gz
Fix typo in the docs for "with" (#11958)v1.13
-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 65c7b1628..43797eea0 100644
--- a/lib/elixir/lib/kernel/special_forms.ex
+++ b/lib/elixir/lib/kernel/special_forms.ex
@@ -1612,7 +1612,7 @@ defmodule Kernel.SpecialForms do
end
Note how the code above is better organized and clearer once we
- make sure each clause in `with` returns a normalize format.
+ make sure each clause in `with` returns a normalized format.
"""
defmacro with(args), do: error!([args])