]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #40175 - d-e-s-o:fix-inconsistency-in-guessing-game-readme, r=stevekl...
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Thu, 2 Mar 2017 10:29:41 +0000 (11:29 +0100)
committerGitHub <noreply@github.com>
Thu, 2 Mar 2017 10:29:41 +0000 (11:29 +0100)
doc: fix inconsistency in error output in guessing-game.md

The line '.expect("failed to read line");' is partly started with a
lower case 'f' and partly with an uppercase one, adding additional
spurious changes to otherwise clean diffs if each sample is
copy-and-pasted over the previous.
This change starts the string with an uppercase everywhere which is in
line with the style of the other strings.


Trivial merge