JLospinoso / ccc

Companion Code for C++ Crash Course

Home Page:https://ccc.codes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Page 493, "iterators to v's elements" s/b "iterators to s's elements"

thederz opened this issue · comments

In the Summary of string Manipulation Methods section on p. 493, the last sentence reads "invalidates raw pointers and iterators to v's elements ..."

It should read "invalidates raw pointers and iterators to s's elements ..."