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:
parent
ea86c0818a
commit
994ac6d49b
1 changed files with 1 additions and 1 deletions
2
cli/dts/lib.deno.ns.d.ts
vendored
2
cli/dts/lib.deno.ns.d.ts
vendored
|
@ -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.**
|
||||
|
|
Loading…
Reference in a new issue