This commit is contained in:
John Rehbein 2026-03-27 22:45:02 +00:00 committed by GitHub
commit a63b61adaa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1416,7 +1416,7 @@ int uv_write2(uv_write_t* req,
}
/* The buffers to be written must remain valid until the callback is called.
/* The buffers to be written must not be accessed until the callback is called.
* This is not required for the uv_buf_t array.
*/
int uv_write(uv_write_t* req,