Skip to content

Commit b67eece

Browse files
committed
Merge pull request BonsaiDen#97 from Serabe/master
Typo fix in scope file.
2 parents 31c5a75 + 02c9091 commit b67eece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/function/scopes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ nearest surrounding scope.
122122
// var statements got moved here
123123
var bar, someValue; // default to 'undefined'
124124

125-
// the function declartion got moved up too
125+
// the function declaration got moved up too
126126
function test(data) {
127127
var goo, i, e; // missing block scope moves these here
128128
if (false) {

0 commit comments

Comments
 (0)