Skip to content

Commit

Permalink
Merge pull request pezy#167 from JamieMaple/patch-1
Browse files Browse the repository at this point in the history
A mistake in book maybe
  • Loading branch information
pezy authored May 16, 2019
2 parents 6e88e91 + 962c56d commit d64c803
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 d64c803

Please sign in to comment.