Skip to content

Commit

Permalink
docs(os/node): fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ecyrbe committed Feb 23, 2020
1 parent 423cb11 commit 4d6ce6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/js/lib.deno.ns.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ declare namespace Deno {

/** Get the OS release. Requires the `--allow-env` flag.
*
* console.log(Deno.op_release());
* console.log(Deno.osRelease());
*/
export function osRelease(): string;

Expand Down

0 comments on commit 4d6ce6a

Please sign in to comment.