Skip to content

Commit 1e34bbe

Browse files
authored
Fix typo in suggested return value
1 parent 25cb921 commit 1e34bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/solutions/11_3_comments.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ console.log(parse("# hello\nx"));
88

99
console.log(parse("a # one\n # two\n()"));
1010
// → {type: "apply",
11-
// operator: {type: "word", name: "x"},
11+
// operator: {type: "word", name: "a"},
1212
// args: []}

0 commit comments

Comments
 (0)