We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaf7123 commit fc2d8d9Copy full SHA for fc2d8d9
lib/elixir/lib/kernel.ex
@@ -27,7 +27,7 @@ defmodule Kernel do
27
If you don't want to import a function or macro from `Kernel`, use the `:except`
28
option and then list the function/macro by arity:
29
30
- import Kernel, except: [if: 2, unless: 2]
+ import Kernel, except: [if: 2, is_number: 1]
31
32
See `import/2` for more information on importing.
33
0 commit comments