diff --git a/doc/go1.22.html b/doc/go1.22.html index cd20bb747908e7..bf01cffce05ff6 100644 --- a/doc/go1.22.html +++ b/doc/go1.22.html @@ -616,7 +616,7 @@
When io.Copy
copies
from a TCPConn
to a UnixConn
,
- it will now use Linux's sendfile(2)
system call if possible,
+ it will now use Linux's splice(2)
system call if possible,
using the new method TCPConn.WriteTo
.