Skip to content

Commit 2d2bb15

Browse files
committed
Fixed misspelling. There is only one 'c' in the word necessarily.
1 parent ba9c7f5 commit 2d2bb15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/core/semicolon.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Below is the result of the parser's "guessing" game.
8484
})(window); //<- inserted
8585

8686
> **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
87+
> that are followed by a new line. While this is not necessarily the fault of
8888
> the automatic semicolon insertion, it can still be an unwanted side-effect.
8989
9090
The parser drastically changed the behavior of the code above. In certain cases,

0 commit comments

Comments
 (0)