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.
2 parents f9d4e05 + 523d960 commit 874d9a2Copy full SHA for 874d9a2
src/ch02-00-guessing-game-tutorial.md
@@ -654,8 +654,8 @@ elsewhere that would cause Rust to infer a different numerical type. The reason
654
for the error is that Rust cannot compare a string and a number type.
655
656
Ultimately, we want to convert the `String` the program reads as input into a
657
-real number type so we can compare it numerically to the secret number. We do
658
-so by adding this line to the `main` function body:
+number type so we can compare it numerically to the secret number. We do so by
+adding this line to the `main` function body:
659
660
<span class="filename">Filename: src/main.rs</span>
661
0 commit comments