diff options
-rw-r--r-- | cli/dts/lib.deno.unstable.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/dts/lib.deno.unstable.d.ts b/cli/dts/lib.deno.unstable.d.ts index 584c1edc1..e6fe9d2c9 100644 --- a/cli/dts/lib.deno.unstable.d.ts +++ b/cli/dts/lib.deno.unstable.d.ts @@ -733,7 +733,7 @@ declare namespace Deno { * is ignored. This functionality currently only works on Linux and Mac OS. * * ```ts - * Deno.setRaw(myTTY.rid, true, { cbreak: true }); + * Deno.setRaw(Deno.stdin.rid, true, { cbreak: true }); * ``` */ export function setRaw( |