We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fd0db3 commit 3ad000cCopy full SHA for 3ad000c
10_modules.md
@@ -726,7 +726,7 @@ way to design a given module):
726
727
The code used to build the road graph lives in the `graph` module.
728
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`
+code, we'll make this build the kind of graph data that `dijkstrajs`
730
expects. This module exports a single function, `buildGraph`. I'd have
731
`buildGraph` accept an array of two-element arrays, rather than
732
strings containing hyphens, to make the module less dependent on the
0 commit comments