diff --git a/cli/dts/lib.deno.ns.d.ts b/cli/dts/lib.deno.ns.d.ts index 03ba3d8982..e23f44d9ac 100644 --- a/cli/dts/lib.deno.ns.d.ts +++ b/cli/dts/lib.deno.ns.d.ts @@ -870,7 +870,7 @@ declare namespace Deno { * * Returns the number of bytes written. This function is one of the lowest * level APIs and most users should not work with this directly, but rather use - * Deno.writeAllSync() instead. + * `writeAllSync()` from https://deno.land/std/streams/conversion.ts instead. * * **It is not guaranteed that the full buffer will be written in a single * call.**