Skip to content

Commit ec7d307

Browse files
authored
Merge pull request #193 from koic/fix_a_typo_in_appendix_05
Fix a typo in appendix-05-editions
2 parents 8b3f86d + 15d26c3 commit ec7d307

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)