]> git.lizzy.rs Git - rust.git/commit
Docs: Change "statements" to "expressions" on `match`
authorTang Chenglong <ideami@outlook.com>
Wed, 23 Mar 2016 04:03:41 +0000 (12:03 +0800)
committerTang Chenglong <ideami@outlook.com>
Wed, 23 Mar 2016 04:03:41 +0000 (12:03 +0800)
commitea9ae486627fec2ff613bef73ccda612996d8f6f
treea91f7e44a21c8f4aec00b2414ab74f38a20eca22
parent0dcc413e42f15f4fc51a0ca88a99cc89454ec43d
Docs: Change "statements" to "expressions" on `match`

I apt to use `expressions` over `statements`, because `match` is a expression in essence, though it can become a statement when followed a semicolon.
src/doc/book/patterns.md