Skip to content

Commit 23af680

Browse files
committed
Forgot to add #method.parse
1 parent a6a4461 commit 23af680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ch02-00-guessing-game-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1380,7 +1380,7 @@ Rustには、組み込みの数値型がいくつかあります; ここの`u32`
13801380
`secret_number`変数も`u32`型であるとコンパイラが推論することを意味します。
13811381
従って、今では比較が同じ型の2つの値で行われることになるわけです!
13821382

1383-
[parse]: https://doc.rust-lang.org/std/primitive.str.html
1383+
[parse]: https://doc.rust-lang.org/std/primitive.str.html#method.parse
13841384

13851385
<!--
13861386
The call to `parse` could easily cause an error. If, for example, the string

0 commit comments

Comments
 (0)