Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

Commit ad02e00

Browse files
authored
Merge pull request #540 from unional/patch-1
Update README.md
2 parents 3757b6c + a5097e2 commit ad02e00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The `Loader` and `ModuleNamespace` classes in `core/loader-polyfill.js` provide
5858
- *`loader.registry.set(resolvedKey, namespace)`*: Set a module namespace into the registry.
5959
- *`loader.registry.get(resolvedKey)`*: Get a module namespace (if any) from the registry.
6060
- *`loader.registry.has(resolvedKey)`*: Boolean indicating whether the given key is present in the registry.
61-
- *`loader.registry.delete(resolvedKey)``*: Removes the given module from the registry (if any), returning true or false.
61+
- *`loader.registry.delete(resolvedKey)`*: Removes the given module from the registry (if any), returning true or false.
6262
- *`loader.registry.keys()`*: Function returning the keys iterator for the registry.
6363
- *`loader.registry.values()`*: Function returning the values iterator for the registry.
6464
- *`loader.registry.entries()`*: Function returning the entries iterator for the registry (keys and values).

0 commit comments

Comments
 (0)