Skip to content

Commit 483e237

Browse files
arthurvrgnarf
authored andcommitted
javascript-101/functions.md: fix wrong comment
Closes jquerygh-578 Fixes jquerygh-415
1 parent 8b33232 commit 483e237

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)