diff --git a/doc/go1.22.html b/doc/go1.22.html index a2ae843bc7..3a441f4cf7 100644 --- a/doc/go1.22.html +++ b/doc/go1.22.html @@ -326,7 +326,7 @@ defer func() {
archive/tar

- The new method Writer.AddFS adds all of the files from an fs.FS to the archive. + The new method Writer.AddFS adds all of the files from an fs.FS to the archive.

@@ -338,7 +338,7 @@ defer func() {

archive/zip

- The new method Writer.AddFS adds all of the files from an fs.FS to the archive. + The new method Writer.AddFS adds all of the files from an fs.FS to the archive.

@@ -703,7 +703,7 @@ defer func() {
os/exec

- On Windows, LookPath now + On Windows, LookPath now ignores empty entries in %PATH%, and returns ErrNotFound (instead of ErrNotExist) if no executable file extension is found to resolve an otherwise-unambiguous