Skip to content

Commit

Permalink
docs(path): improve join jsdoc (denoland#4958)
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k committed Jun 4, 2024
1 parent 6e17e11 commit c9a47f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion path/join.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { join as posixJoin } from "./posix/join.ts";
import { join as windowsJoin } from "./windows/join.ts";

/**
* Join all given a sequence of paths, then normalizes the resulting path.
* Joins a sequence of paths, then normalizes the resulting path.
*
* @example Usage
* ```ts
Expand Down

0 comments on commit c9a47f4

Please sign in to comment.