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 8e7b869 commit 64296f1Copy full SHA for 64296f1
lib/elixir/lib/kernel.ex
@@ -148,8 +148,8 @@ defmodule Kernel do
148
end
149
150
@doc """
151
- Boolean or. Requires the first argument to be a boolean
152
- and also short-circuits. Allowed in guard clauses.
+ Boolean or. Requires only the first argument to be a
+ boolean since it short-circuits. Allowed in guard clauses.
153
154
## Examples
155
@@ -160,8 +160,8 @@ defmodule Kernel do
160
defmacro left or right
161
162
163
- Boolean and. Requires the first argument to be a boolean
164
+ Boolean and. Requires only the first argument to be a
165
166
167
0 commit comments