Skip to content

Commit c9c9192

Browse files
BigBlueHatTallTed
andauthored
Improve text in comments.
Thanks @TallTed Co-authored-by: Ted Thibodeau Jr <[email protected]>
1 parent 32d9b59 commit c9c9192

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/main.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const allImplementations = implementations;
2525
* @param {Map} [options.implementations=allImplementations] - A Map of
2626
* implementations.
2727
* @param {Function<boolean>} options.filter - A function to
28-
* filter the map's entries on that returns true or false.
28+
* filter the map's entries, that returns true or false.
2929
*
3030
* @returns {Object<string, Map>} Returns an object with matching
3131
* and non-matching maps.
@@ -87,7 +87,7 @@ export const endpoints = {
8787
* @param {Map} [options.implementations=allImplementations] - A Map of
8888
* implementations.
8989
* @param {Function<boolean>} options.filter - A function to
90-
* filter the map's entries that returns true or false.
90+
* filter the map's entries, that returns true or false.
9191
*
9292
* @returns {{match: Map, nonMatch: Map}} Returns an object with matching
9393
* and non-matching Maps with respective endpoints.

0 commit comments

Comments
 (0)