Skip to content

Commit

Permalink
Merge pull request rust-lang#1133 from yvan-sraka/patch-1
Browse files Browse the repository at this point in the history
Fix a weird keystroke
  • Loading branch information
carols10cents authored and alercah committed Jan 24, 2018
2 parents dad2a7f + eb40895 commit 5c2d0b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion second-edition/src/ch02-00-guessing-game-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,7 @@ exactly what we told it to do: ask for another guess forever! It doesn’t seem
like the user can quit!

The user could always halt the program by using the keyboard shortcut
<span class="keystroke">ctrl-C</span>. But there’s another way to escape this
<span class="keystroke">ctrl-c</span>. But there’s another way to escape this
insatiable monster that we mentioned in the `parse` discussion in “Comparing the
Guess to the Secret Number”: if the user enters a non-number answer, the program
will crash. The user can take advantage of that in order to quit, as shown here:
Expand Down

0 comments on commit 5c2d0b7

Please sign in to comment.