Skip to content

Commit d5f4d49

Browse files
Fix Kernel.SpecialForms references in Macro.Env docs (#15712)
1 parent 44405c3 commit d5f4d49

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

lib/elixir/lib/macro/env.ex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)