Skip to content

Commit fc2d8d9

Browse files
authored
Update Kernel docs (#14066)
1 parent eaf7123 commit fc2d8d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/kernel.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ defmodule Kernel do
2727
If you don't want to import a function or macro from `Kernel`, use the `:except`
2828
option and then list the function/macro by arity:
2929
30-
import Kernel, except: [if: 2, unless: 2]
30+
import Kernel, except: [if: 2, is_number: 1]
3131
3232
See `import/2` for more information on importing.
3333

0 commit comments

Comments
 (0)