File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ export const allImplementations = implementations;
25
25
* @param {Map } [options.implementations=allImplementations] - A Map of
26
26
* implementations.
27
27
* @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.
29
29
*
30
30
* @returns {Object<string, Map> } Returns an object with matching
31
31
* and non-matching maps.
@@ -87,7 +87,7 @@ export const endpoints = {
87
87
* @param {Map } [options.implementations=allImplementations] - A Map of
88
88
* implementations.
89
89
* @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.
91
91
*
92
92
* @returns {{match: Map, nonMatch: Map} } Returns an object with matching
93
93
* and non-matching Maps with respective endpoints.
You can’t perform that action at this time.
0 commit comments