File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -345,7 +345,7 @@ defmodule Macro.Env do
345345
346346 ## Additional options
347347
348- It accepts the same options as `Kernel.SpecialForm .require/2` plus:
348+ It accepts the same options as `Kernel.SpecialForms .require/2` plus:
349349
350350 * #{ trace_option }
351351
@@ -386,7 +386,7 @@ defmodule Macro.Env do
386386
387387 ## Additional options
388388
389- It accepts the same options as `Kernel.SpecialForm .import/2` plus:
389+ It accepts the same options as `Kernel.SpecialForms .import/2` plus:
390390
391391 * `:emit_warnings` - emit warnings found when defining imports
392392
@@ -406,7 +406,7 @@ defmodule Macro.Env do
406406 iex> Macro.Env.lookup_import(env, {:flatten, 1})
407407 [{:function, List}]
408408
409- It accepts the same options as `Kernel.SpecialForm .import/2`:
409+ It accepts the same options as `Kernel.SpecialForms .import/2`:
410410
411411 iex> env = __ENV__
412412 iex> Macro.Env.lookup_import(env, {:is_odd, 1})
@@ -448,7 +448,7 @@ defmodule Macro.Env do
448448
449449 ## Additional options
450450
451- It accepts the same options as `Kernel.SpecialForm .alias/2` plus:
451+ It accepts the same options as `Kernel.SpecialForms .alias/2` plus:
452452
453453 * #{ trace_option }
454454
You can’t perform that action at this time.
0 commit comments