diff --git a/doc/go1.22.html b/doc/go1.22.html index cd20bb7479..bf01cffce0 100644 --- a/doc/go1.22.html +++ b/doc/go1.22.html @@ -616,7 +616,7 @@ defer func() {

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.