From: Joe Tsai Date: Tue, 22 Nov 2016 19:30:16 +0000 (-0800) Subject: doc: fix typos in go1.8.html X-Git-Tag: go1.8beta1~66 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=199d410df5f52926add3cb6e1ad972a1135b40b1;p=gostls13.git doc: fix typos in go1.8.html Change-Id: I51180e1c685e488f7ea4c51a63fd035148671b05 Reviewed-on: https://go-review.googlesource.com/33470 Reviewed-by: Brad Fitzpatrick --- diff --git a/doc/go1.8.html b/doc/go1.8.html index 9a33cee68d..e153d1bc6c 100644 --- a/doc/go1.8.html +++ b/doc/go1.8.html @@ -116,7 +116,7 @@ added. See change 30510. The yacc (previously available via “go tool yacc”) has been removed. As of Go 1.7 it was no longer used by the Go compiler. -It has moved to the “tools” repo and is and is available via +It has moved to the “tools” repository and is and is available via go get golang.org/x/tools/cmd/goyacc.

@@ -229,7 +229,7 @@ A new “go bug” command helps users file bug report

The runtime's MemStats - type has been more throroughly documented. + type has been more thoroughly documented.

Performance

@@ -329,8 +329,10 @@ in mind.

The tar implementation corrects many bugs in corner cases of the file format. - The Reader is now able to process tar files in the PAX format with entries larger than 8GB. - The Writer no longer produces invalid tar files in some situations involving long pathnames. + The Reader + is now able to process tar files in the PAX format with entries larger than 8GB. + The Writer + no longer produces invalid tar files in some situations involving long pathnames.

@@ -356,8 +358,8 @@ in mind.

There have been some minor fixes to the encoder to improve the compression ratio in certain situations. As a result, the exact - encoded output of DEFLATE may be different from Go 1.7. Since - DEFLATE is the underlying compression of gzip, ping, zlib, and zip, + encoded output of DEFLATE may be different from Go 1.7. Since + DEFLATE is the underlying compression of gzip, png, zlib, and zip, those formats may have changed outputs.

@@ -394,16 +396,17 @@ in mind. Similarly, the Reader now updates the Header.ModTime field only if the - encoded MTIME field is non-zero. + encoded MTIME field is non-zero.

-
archive/tar
+
context

- The DeadlineExceeded error now implements + The DeadlineExceeded + error now implements net.Error and reports true for both the Timeout and Temporary methods.