File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 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;
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.
You can’t perform that action at this time.
0 commit comments