Skip to content

Commit d149b74

Browse files
committed
[hoisting] fix typo
1 parent c30a067 commit d149b74

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
@@ -480,7 +480,7 @@
480480
}
481481
```
482482
483-
- Anonymous function expression hoist their variable name, but not the function assignment.
483+
- Anonymous function expressions hoist their variable name, but not the function assignment.
484484
485485
```javascript
486486
function example() {

0 commit comments

Comments
 (0)