diff --git a/second-edition/src/ch10-03-lifetime-syntax.md b/second-edition/src/ch10-03-lifetime-syntax.md index 5b8deb8b9e..37f14a48ad 100644 --- a/second-edition/src/ch10-03-lifetime-syntax.md +++ b/second-edition/src/ch10-03-lifetime-syntax.md @@ -247,7 +247,7 @@ fn main() { -リスト10-21に示したように`longetst`関数を実装しようとしたら、コンパイルできないでしょう。 +リスト10-21に示したように`longest`関数を実装しようとしたら、コンパイルできないでしょう。