We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba9c7f5 commit 2d2bb15Copy full SHA for 2d2bb15
doc/en/core/semicolon.md
@@ -84,7 +84,7 @@ Below is the result of the parser's "guessing" game.
84
})(window); //<- inserted
85
86
> **Note:** The JavaScript parser does not "correctly" handle return statements
87
-> that are followed by a new line. While this is not neccessarily the fault of
+> that are followed by a new line. While this is not necessarily the fault of
88
> the automatic semicolon insertion, it can still be an unwanted side-effect.
89
90
The parser drastically changed the behavior of the code above. In certain cases,
0 commit comments