Skip to content

Commit e2b5b52

Browse files
committed
fix typo
1 parent cbcf7f7 commit e2b5b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/it/function/scopes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ vicino scope che le racchiude.
127127
// le istruzioni var vengono spostate qui
128128
var bar, someValue; // di default a 'undefined'
129129

130-
// la dichiarazione function viene spostate qui
130+
// la dichiarazione function viene spostata qui
131131
function test(data) {
132132
var goo, i, e; // il blocco scope mancante sposta qui queste istruzioni
133133
if (false) {

0 commit comments

Comments
 (0)