Skip to content

Commit 40f261b

Browse files
committed
Fixed typo
1 parent 2a43ade commit 40f261b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@
454454
var declaredButNotAssigned = true;
455455
}
456456

457-
// The interpretor is hoisting the variable
457+
// The interpreter is hoisting the variable
458458
// declaration to the top of the scope.
459459
// Which means our example could be rewritten as:
460460
function example() {

0 commit comments

Comments
 (0)