Skip to content

Commit 9242221

Browse files
committed
Merge pull request #4098 from sup/patch-1
update Kernel.SpecialForms.import summary
2 parents 211a129 + 747d47c commit 9242221

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)