Skip to content

Commit f10f06d

Browse files
skotnicznymarijnh
authored andcommitted
Add missing parentheses
1 parent a5506de commit f10f06d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

04_data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ columns are not stored directly in our data structure.
630630
Jacques kept his journal for three months. The resulting ((data set))
631631
is available in the [coding
632632
sandbox](http://eloquentjavascript.net/code#4) for this chapter[
633-
([_eloquentjavascript.net/code#4_](http://eloquentjavascript.net/code#4)]{if
633+
([_eloquentjavascript.net/code#4_](http://eloquentjavascript.net/code#4))]{if
634634
book}, where it is stored in the `JOURNAL` binding, and in a
635635
downloadable
636636
[file](http://eloquentjavascript.net/code/jacques_journal.js).

05_higher_order.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ a sample of ((Tamil)) handwriting.
295295
The example ((data set)) contains some pieces of information about the
296296
140 scripts defined in Unicode. It is available in the [coding
297297
sandbox](http://eloquentjavascript.net/code#5) for this chapter[
298-
([_eloquentjavascript.net/code#5_](http://eloquentjavascript.net/code#5)]{if
298+
([_eloquentjavascript.net/code#5_](http://eloquentjavascript.net/code#5))]{if
299299
book} as the `SCRIPTS` binding. The binding contains an array of
300300
objects, each of which describes a script.
301301

16_game.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1215,7 +1215,7 @@ returns a promise, which resolves when the user finished the game.
12151215
There is a set of ((level)) plans available in the `GAME_LEVELS`
12161216
binding in [this chapter's
12171217
sandbox](http://eloquentjavascript.net/code#16)[
1218-
([_eloquentjavascript.net/code#16_](http://eloquentjavascript.net/code#16)]{if
1218+
([_eloquentjavascript.net/code#16_](http://eloquentjavascript.net/code#16))]{if
12191219
book}. This page feeds them to `runGame`, starting an actual game:
12201220

12211221
```{sandbox: null, focus: yes, lang: "text/html", startCode: true}

0 commit comments

Comments
 (0)