Skip to content

Commit 15d26c3

Browse files
committed
Fix a typo in appendix-05-editions
`Rest 2021` は `Rust 2021` の typo のようです。
1 parent 2659321 commit 15d26c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/appendix-05-editions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ At the time of this writing, three Rust editions are available: Rust 2015, Rust
5555
2018, and Rust 2021. This book is written using Rust 2021 edition idioms.
5656
-->
5757
この文書を書いている時点(訳注:原文のコミットは2021年12月23日)では、3つのRustのエディションが利用できます。
58-
Rust 2015、Rust 2018、Rest 2021です。
58+
Rust 2015、Rust 2018、Rust 2021です。
5959
この本はRust 2021エディションの慣例に従って書かれています。
6060

6161
<!--

0 commit comments

Comments
 (0)