Skip to content

Commit 587adce

Browse files
committed
javascript-101/functions.md: fix wrong comment
1 parent a22a743 commit 587adce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page/javascript-101/functions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function foo() {
1818
```
1919

2020
```
21-
// Named function expression.
21+
// Function expression.
2222
2323
var foo = function() {
2424
// Do something.

0 commit comments

Comments
 (0)