Skip to content

Commit

Permalink
fix jsdoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
dojyorin committed Apr 26, 2024
1 parent 272ccca commit c3e9f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deno/json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export async function jsonWrite<T extends Opt<T>>(path:string, data:T):Promise<v
* Argument default value also act as type definition.
* @example
* ```ts
* import data from "./data.json" assert {type: "json"};
* import data from "./data.json" with {type: "json"};
* const json = await jsonLoad("./data.json", data);
* ```
*/
Expand Down

0 comments on commit c3e9f9f

Please sign in to comment.