Skip to content

Commit

Permalink
Rephrase docs
Browse files Browse the repository at this point in the history
Co-authored-by: José Valim <[email protected]>
  • Loading branch information
dvic and josevalim authored Nov 21, 2023
1 parent 6919d74 commit 0123250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/elixir/lib/kernel.ex
Original file line number Diff line number Diff line change
Expand Up @@ -3779,7 +3779,7 @@ defmodule Kernel do
This macro expects the first argument to be a condition and the second
argument to be a keyword list. Similar to `case/2`, any assignment in
the condition will be available on both clauses, as well as after the
if statement.
`if` expression.
## One-liner examples
Expand Down

0 comments on commit 0123250

Please sign in to comment.