Skip to content

Commit

Permalink
doc: fix std/path/posix link (#4337)
Browse files Browse the repository at this point in the history
  • Loading branch information
jersou committed Feb 15, 2024
1 parent f78de13 commit b83c20f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion path/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit b83c20f

Please sign in to comment.