diff --git a/path/mod.ts b/path/mod.ts index 3551e6d073df..e352365df277 100644 --- a/path/mod.ts +++ b/path/mod.ts @@ -40,7 +40,7 @@ import * as _posix from "./posix/mod.ts"; /** @deprecated (will be removed after 1.0.0) Import from {@link https://deno.land/std/path/windows/mod.ts} instead. */ export const win32: typeof _windows = _windows; -/** @deprecated (will be removed after 1.0.0) Import from {@link https://deno.land/std/posix/mod.ts} instead. */ +/** @deprecated (will be removed after 1.0.0) Import from {@link https://deno.land/std/path/posix/mod.ts} instead. */ export const posix: typeof _posix = _posix; export * from "./basename.ts";