Skip to content

Commit

Permalink
Update ch10-03-lifetime-syntax.md
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
Scstechr authored Sep 18, 2019
1 parent c29506d commit d8fb9c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion second-edition/src/ch10-03-lifetime-syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ fn main() {
<!-- If we try to implement the `longest` function as shown in Listing 10-21, it -->
<!-- won’t compile. -->

リスト10-21に示したように`longetst`関数を実装しようとしたら、コンパイルできないでしょう。
リスト10-21に示したように`longest`関数を実装しようとしたら、コンパイルできないでしょう。

<!-- <span class="filename">Filename: src/main.rs</span> -->

Expand Down

0 comments on commit d8fb9c7

Please sign in to comment.