Skip to content

Commit

Permalink
Wording correction in Variables and Pattern Matching
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Bunsch committed Jun 4, 2011
1 parent b6ee9e1 commit fd83551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -457,7 +457,7 @@ Currently, functions do not support partial applications or pipes, but such feat

## Variables and Pattern Matching

Variables in Elixir work differently from Erlang. You can assigned to them several times:
Variables in Elixir work differently from Erlang. You can assign values to the same variable several times:

x = 1
x = 2
Expand Down

0 comments on commit fd83551

Please sign in to comment.