diff options
Diffstat (limited to 'elixir.html.markdown')
| -rw-r--r-- | elixir.html.markdown | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/elixir.html.markdown b/elixir.html.markdown index bf3c42a6..eb708576 100644 --- a/elixir.html.markdown +++ b/elixir.html.markdown @@ -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 | 
