提交 2e2a2cdb 编写于 作者: B bors

Merge pull request #20669 from vrana/patch-1

Use a better word in the guide

Reviewed-by: steveklabnik
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册