From 994ac6d49b4f0be144acaaebebb81ebed7d1e744 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Mon, 10 Jan 2022 09:22:41 -0500 Subject: docs: update `writeSync` docs to refer to `writeAllSync` in deno.land/std instead of `Deno.writeAllSync` (#13314) --- cli/dts/lib.deno.ns.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/dts/lib.deno.ns.d.ts') diff --git a/cli/dts/lib.deno.ns.d.ts b/cli/dts/lib.deno.ns.d.ts index 03ba3d898..e23f44d9a 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.** -- cgit v1.2.3