Merge pull request #20669 from vrana/patch-1

Use a better word in the guide

Reviewed-by: steveklabnik
This commit is contained in:
bors 2015-01-07 15:35:26 +00:00
commit 2e2a2cdb59

View File

@ -1377,7 +1377,7 @@ As you can see, `enum` and `match` used together are quite useful!
`match` is also an expression, which means we can use it on the right-hand
side of a `let` binding or directly where an expression is used. We could
also implement the previous line like this:
also implement the previous example like this:
```{rust}
use std::cmp::Ordering;