From ffbd2f98a130cf8105034ba651f8dba7752505b4 Mon Sep 17 00:00:00 2001 From: Homa Wong Date: Thu, 28 Dec 2017 09:30:49 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b57840f..dd4639f 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ The `Loader` and `ModuleNamespace` classes in `core/loader-polyfill.js` provide - *`loader.registry.set(resolvedKey, namespace)`*: Set a module namespace into the registry. - *`loader.registry.get(resolvedKey)`*: Get a module namespace (if any) from the registry. - *`loader.registry.has(resolvedKey)`*: Boolean indicating whether the given key is present in the registry. -- *`loader.registry.delete(resolvedKey)``*: Removes the given module from the registry (if any), returning true or false. +- *`loader.registry.delete(resolvedKey)`*: Removes the given module from the registry (if any), returning true or false. - *`loader.registry.keys`*: Function returning the keys iterator for the registry. - *`loader.registry.values`*: Function returning the values iterator for the registry. - *`loader.registry.entries`*: Function returning the entries iterator for the registry (keys and values).