1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00

docs: update writeSync docs to refer to writeAllSync in deno.land/std instead of Deno.writeAllSync (#13314)

This commit is contained in:
David Sherret 2022-01-10 09:22:41 -05:00 committed by GitHub
parent ea86c0818a
commit 994ac6d49b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.**