Skip to content

Commit 3ad000c

Browse files
chrizelmarijnh
authored andcommitted
Typo fix in Chapter 10
1 parent 8fd0db3 commit 3ad000c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

10_modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ way to design a given module):
726726

727727
The code used to build the road graph lives in the `graph` module.
728728
Because I'd rather use `dijkstrajs` from NPM than our own pathfinding
729-
code, we'll make this build the kind of graph data that `dijkstajs`
729+
code, we'll make this build the kind of graph data that `dijkstrajs`
730730
expects. This module exports a single function, `buildGraph`. I'd have
731731
`buildGraph` accept an array of two-element arrays, rather than
732732
strings containing hyphens, to make the module less dependent on the

0 commit comments

Comments
 (0)