Fixed typo

This commit is contained in:
Mitsuru Ogawa
2013-02-01 00:32:20 +09:00
parent 2a43ade4ad
commit 40f261b9d9

View File

@@ -454,7 +454,7 @@
var declaredButNotAssigned = true;
}
// The interpretor is hoisting the variable
// The interpreter is hoisting the variable
// declaration to the top of the scope.
// Which means our example could be rewritten as:
function example() {