Skip to content

Commit a280e95

Browse files
committed
Punctuation tweak
1 parent c729083 commit a280e95

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -494,8 +494,8 @@
494494
}
495495

496496
// The interpreter is hoisting the variable
497-
// declaration to the top of the scope.
498-
// Which means our example could be rewritten as:
497+
// declaration to the top of the scope,
498+
// which means our example could be rewritten as:
499499
function example() {
500500
var declaredButNotAssigned;
501501
console.log(declaredButNotAssigned); // => undefined

0 commit comments

Comments
 (0)