Skip to content

Commit

Permalink
Update elixir.html.markdown
Browse files Browse the repository at this point in the history
The variable is only bound in the case statements
  • Loading branch information
jg-you committed Mar 4, 2016
1 parent 5ad208e commit d885645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elixir.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ case {:one, :two} do
{:four, :five} ->
"This won't match"
{:one, x} ->
"This will match and bind `x` to `:two`"
"This will match and bind `x` to `:two` in this clause"
_ ->
"This will match any value"
end
Expand Down

0 comments on commit d885645

Please sign in to comment.