This commit is contained in:
Ilya Kantor 2017-03-28 10:55:51 +03:00
parent e76364de01
commit bc9117e70f
10 changed files with 15 additions and 15 deletions

View file

@ -612,7 +612,7 @@ For instance:
*/!*
function readData() {
badFunc(); // wops, something went wrong!
badFunc(); // Woops, something went wrong!
}
readData();