Skip to content

Commit 747d47c

Browse files
author
jona
committed
update Kernel.SpecialForms.import summary
1 parent 211a129 commit 747d47c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/kernel/special_forms.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ defmodule Kernel.SpecialForms do
540540
defmacro require(module, opts)
541541

542542
@doc """
543-
Imports function and macros from other modules.
543+
Imports functions and macros from other modules.
544544
545545
`import` allows one to easily access functions or macros from
546546
others modules without using the qualified name.

0 commit comments

Comments
 (0)