Skip to content

Commit

Permalink
Merge pull request Mooophy#514 from UltimatePea/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Mooophy authored Sep 25, 2017
2 parents b51a070 + 1370cdd commit b7fc6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch06/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ diagnostic required. (N3690 §7.1.5 [dcl.constexpr]/5)
This loop let user input a word all the way until the word is sought.
It isn't a good use of assert. because if user begin to input a word, the `cin` would be always have content. so the `assert` would be always `true`. It is meaningless. using `assert(s == sought)` is more better.
It isn't a good use of assert. because if user begin to input a word, the `cin` would be always have content. so the `assert` would be always `true`. It is meaningless. using `assert(s == sought)` is better.
## Exercise 6.49
Expand Down

0 comments on commit b7fc6c3

Please sign in to comment.