Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
roccomuso committed Nov 4, 2015
1 parent cbcf7f7 commit e2b5b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/it/function/scopes.md
Expand Up @@ -127,7 +127,7 @@ vicino scope che le racchiude.
// le istruzioni var vengono spostate qui
var bar, someValue; // di default a 'undefined'

// la dichiarazione function viene spostate qui
// la dichiarazione function viene spostata qui
function test(data) {
var goo, i, e; // il blocco scope mancante sposta qui queste istruzioni
if (false) {
Expand Down

0 comments on commit e2b5b52

Please sign in to comment.