We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a95fb40 commit 6265c42Copy full SHA for 6265c42
docs/1.6/book/guessing-game.html
@@ -1031,7 +1031,7 @@ <h1 id='秘密の数を生成する' class='section-header'><a href='#秘密の
1031
<!-- in the `rand` crate by prefixing it with `rand::`. -->
1032
1033
<p>まず最初に変更したのは最初の行です。 <code>extern crate rand</code> となっています。
1034
-<code>rand</code> を <code>[dependencies]</code> に宣言したので、 <code>extern crate</code> でそれを使うことをRustに伝えれます。
+<code>rand</code> を <code>[dependencies]</code> に宣言したので、 <code>extern crate</code> でそれを使うことをRustに伝えています。
1035
これはまた、 <code>use rand;</code> とするのと同じこともしますので、 <code>rand</code> にあるものは <code>rand::</code> と前置すれば使えるようになります。</p>
1036
1037
<!-- Next, we added another `use` line: `use rand::Rng`. We’re going to use a -->
0 commit comments