From b67f20be3b5234bad2565c1770fa89d49942b342 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 11 Feb 2020 21:50:20 +0100 Subject: update references to testing/mod.ts in manual (#3973) --- cli/import_map.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli') 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( -- cgit v1.2.3