Skip to content

Commit a773bfd

Browse files
authored
Fixing minor typo in comment
Correcting function name in comment from getRoutes to getJsons
1 parent 736984f commit a773bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/ch12/exercise_a.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
//
99
// getJsons :: Map Route Route -> Task Error (Map Route JSON)
1010

11-
// getRoutes :: Map Route Route -> Map Route (Task Error JSON)
11+
// getJsons :: Map Route Route -> Map Route (Task Error JSON)
1212
const getJsons = map(httpGet);

0 commit comments

Comments
 (0)