Possible typo on page 230
Page 230 about 1/3rd the way from the top there is a code example:
Condole::WriteLine(L"The sentence does{0] end with 'outside'.", sentence->EndsWith(L"outside") ? L"" : L" not");
Is the right square bracket a typo? shouldn't it be ... does{0} end with ... ?
Thanks for a great book!
|