- May 22, 2017
- 3,451
- 9,056
- 748
Yes, that's a common error, often a typo that even an experienced programmer might slip in from time to time. The apostrophe is just another form of quotes in most programming and scripting languages, so when you have it as a part of a string, you need to use an escape character before it, just like for the quotes and brackets and some other special characters.I see, so the problem is that he used the (') in the text "friend's son" and thus the patch can't deal with the ( ' )?