Skip to content

Commit

Permalink
Merge pull request #6 from koka831/master
Browse files Browse the repository at this point in the history
fix: typo(function name)
  • Loading branch information
hazama-yuinyan authored May 3, 2018
2 parents bde6996 + 23e6527 commit 04735de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion second-edition/src/ch06-02-match.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ Some(i) => Some(i + 1),
<!-- Now let’s consider the second call of `plus_one` in Listing 6-5, where `x` is -->
<!-- `None`. We enter the `match` and compare to the first arm. -->

さて、`x``None`になるリスト6-5の2回目の`plus_pne`の呼び出しを考えましょう。`match`に入り、
さて、`x``None`になるリスト6-5の2回目の`plus_one`の呼び出しを考えましょう。`match`に入り、
最初のアームと比較します。

```rust,ignore
Expand Down

0 comments on commit 04735de

Please sign in to comment.