]> git.lizzy.rs Git - rust.git/commit
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)
commitf10adcc279de70348d5010915ded447f3dfc2747
treed54cdb4f9ff7d0b9fdaf943da5a561a61602046c
parent4cf072d48072379ad07a7b75cc881f5d48fb5fc7
parent471e65571b11c5187449a83e9f8daacf6443e523
Rollup merge of #40175 - d-e-s-o:fix-inconsistency-in-guessing-game-readme, r=steveklabnik

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.