mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-01-24 08:00:24 +08:00
Merge pull request #210 from k4rtik/patch-2
Remove unnecessary exclamation
This commit is contained in:
commit
927e04c91b
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user