Skip to content

Commit dceacc9

Browse files
authored
Fixing minor typo in comment
Changing getRoutes to getJsons to reflect function name in use. Makes it the same as the function name in the comment in the solution.
1 parent a773bfd commit dceacc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ch12.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ Map Route Route → Task Error (Map Route JSON)
267267

268268
{% initial src="./exercises/ch12/exercise_a.js#L11;" %}
269269
```js
270-
// getRoutes :: Map Route Route -> Map Route (Task Error JSON)
270+
// getJsons :: Map Route Route -> Map Route (Task Error JSON)
271271
const getJsons = map(httpGet);
272272
```
273273

0 commit comments

Comments
 (0)