diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-02-11 21:50:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-11 21:50:20 +0100 |
commit | b67f20be3b5234bad2565c1770fa89d49942b342 (patch) | |
tree | 2e4312c3d06d286bbfa6891457f1e00f0af6dacb /cli/import_map.rs | |
parent | 61273085e40fb4d992eef4b1b5601e3567c80664 (diff) |
update references to testing/mod.ts in manual (#3973)
Diffstat (limited to 'cli/import_map.rs')
-rw-r--r-- | cli/import_map.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/import_map.rs b/cli/import_map.rs index f9c50345d..51c03a4e1 100644 --- a/cli/import_map.rs +++ b/cli/import_map.rs @@ -147,7 +147,7 @@ impl ImportMap { /// Parse provided key as import map specifier. /// - /// Specifiers must be valid URLs (eg. "https://deno.land/x/std/testing/mod.ts") + /// Specifiers must be valid URLs (eg. "https://deno.land/x/std/testing/asserts.ts") /// or "bare" specifiers (eg. "moment"). // TODO: add proper error handling: https://github.com/WICG/import-maps/issues/100 fn normalize_specifier_key( |