Merge pull request #210 from k4rtik/patch-2

Remove unnecessary exclamation
This commit is contained in:
Carol (Nichols || Goulding) 2016-08-22 12:00:05 -04:00 committed by GitHub
commit 927e04c91b

View File

@ -12,7 +12,7 @@ go through each pattern in a `match`, and for the first pattern that the value
execution.
Since we're already talking about coins, let's use them for an example using
`match`! We can write a function that can take an unknown American coin and, in
`match`. We can write a function that can take an unknown American coin and, in
a similar way as the coin counting machine, determine which coin it is and
return its value in cents: