File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2368,9 +2368,10 @@ changes:
2368
2368
-->
2369
2369
2370
2370
* ` value ` {integer} Number to be written to ` buf ` .
2371
- * ` offset ` {integer} Number of bytes to skip before starting to write. Must satisfy: ` 0 <= offset <= buf.length - byteLength ` .
2372
- * ` byteLength ` {integer} Number of bytes to write. Must satisfy: ` 0 < byteLength <= 6 ` .
2373
- ** Default:** ` false ` .
2371
+ * ` offset ` {integer} Number of bytes to skip before starting to write.
2372
+ Must satisfy: ` 0 <= offset <= buf.length - byteLength ` .
2373
+ * ` byteLength ` {integer} Number of bytes to write. Must satisfy:
2374
+ ` 0 < byteLength <= 6 ` .
2374
2375
* Returns: {integer} ` offset ` plus the number of bytes written.
2375
2376
2376
2377
Writes ` byteLength ` bytes of ` value ` to ` buf ` at the specified ` offset ` .
You can’t perform that action at this time.
0 commit comments