@"file, found %d', // single quote after %d...should be...@"file, found %d", // should be double-quote
@"file, found %d', // single quote after %d
@"file, found %d", // should be double-quote
Thanks,
I added it to the errata.
@"file, found %d', // single quote after %d
...should be...
@"file, found %d", // should be double-quote