Skip to content

Commit

Permalink
A mistake in book maybe
Browse files Browse the repository at this point in the history
`"svec1[0] = "stone"` written in my book too, but i thought it was a mistake.
  • Loading branch information
JamieMaple authored May 16, 2019
1 parent 6e88e91 commit 962c56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch14/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Same:
- (a) `"cobble" == "stone"`
- (b) `svec1[0] == svec2[0]`
- (c) `svec1 == svec2`
- (d) `"svec1[0] == "stone"`
- (d) `svec1[0] == "stone"`

(a) neither. (b) `string` (c) `vector` (d) `string`

Expand Down

0 comments on commit 962c56d

Please sign in to comment.