diff --git a/second-edition/src/ch00-00-introduction.md b/second-edition/src/ch00-00-introduction.md index 7445bcc4e..1c06e6dee 100644 --- a/second-edition/src/ch00-00-introduction.md +++ b/second-edition/src/ch00-00-introduction.md @@ -277,7 +277,7 @@ Rustの一面を学ぶでしょう。プロジェクトの章では、それま 最後に、言語についての有用な情報をよりリファレンスのような形式で含む付録があります。 -付録AはRustのキーワードを講義し、付録Bは、Rustの演算子とシンボル、付録Cは、 +付録AはRustのキーワードを講義し、付録Bは、Rustの演算子と記号、付録Cは、 標準ライブラリが提供する継承可能なトレイト、付録Dはマクロを講義します。