Skip to content

Commit 55f1660

Browse files
committed
Fix sentence in Chapter 16
Closes marijnh#417
1 parent 94d1a89 commit 55f1660

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

16_game.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ field types like `"empty"`, `"wall"`, or `"lava"`.
197197
{{index "map method"}}
198198

199199
To create these arrays we map over the rows, and then over their
200-
content. Remember that map passes the array index as a second argument
201-
to the mapping function, which are used here to know the x- and
200+
content. Remember that `map` passes the array index as a second
201+
argument to the mapping function, which tells us the the x- and
202202
y-coordinates of a given character. Positions in the game will be
203203
stored as pairs of coordinates, with the top left being 0,0, and each
204204
background square being 1 unit high and wide.

0 commit comments

Comments
 (0)