Skip to content

Commit d4363b9

Browse files
arthurvrKrinkle
authored andcommitted
javascript-101/functions.md: fix wrong comment
Closes gh-578 Fixes gh-415
1 parent 2f19f61 commit d4363b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page/javascript-101/functions.md

Lines changed: 1 addition & 1 deletion
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)