File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -184,15 +184,15 @@ <h1 class="title">Effective Rust</h1>
184
184
185
185
<!-- writing *any* Rust code and writing *good* Rust code. -->
186
186
187
- < p > これまでRustコードの書き方について学んできましたが、 < em > とりあえず</ em > Rustのコードが書けるということと < em > 良い</ em > Rustのコードが書けるということの間には違いが有ります 。</ p >
187
+ < p > これまでRustコードの書き方について学んできましたが、 < em > とりあえず</ em > Rustのコードが書けるということと < em > 良い</ em > Rustのコードが書けるということの間には違いがあります 。</ p >
188
188
189
- <!-- This section consists of relatively independent tutorials which show you how to -->
189
+ <!-- This chapter consists of relatively independent tutorials which show you how to -->
190
190
191
191
<!-- take your Rust to the next level. Common patterns and standard library features -->
192
192
193
193
<!-- will be introduced. Read these sections in any order of your choosing. -->
194
194
195
- < p > このセクションは比較的独立したチュートリアルから構成されており 、あなたのRustのコードをより良くするための方法が説明されています。
195
+ < p > この章は比較的独立したチュートリアルから構成されており 、あなたのRustのコードをより良くするための方法が説明されています。
196
196
頻出するパターンや標準ライブラリの機能が紹介されています。
197
197
あなたの選んだ任意の順序でこれらのセクションをお読みください。</ p >
198
198
You can’t perform that action at this time.
0 commit comments