From 0657e7df9fcd703f02332cb5495584ad869c0e01 Mon Sep 17 00:00:00 2001 From: Jonathan Rudenberg Date: Wed, 27 Mar 2013 11:09:14 -0700 Subject: [PATCH] doc: fix go1.1.html typos R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/7635049 --- doc/go1.1.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/go1.1.html b/doc/go1.1.html index efefc06e58..8a2d10ef75 100644 --- a/doc/go1.1.html +++ b/doc/go1.1.html @@ -655,7 +655,7 @@ may implement to improve performance. The encoding/json package's Decoder has a new method -Reader +Buffered to provide access to the remaining data in its buffer, as well as a new method UseNumber @@ -702,12 +702,12 @@ to format arbitrary Go source code.
  • The undocumented and only partially implemented "noescape" feature of the -html/template +html/template package has been removed; programs that depend on it will break.
  • -The io package now exports the +The io package now exports the io.ByteWriter interface to capture the common functionality of writing a byte at a time.
  • @@ -834,7 +834,7 @@ being fully consumed.
  • -The new net/http/cookiejar package provides the basics for managing HTTP cookies. +The new net/http/cookiejar package provides the basics for managing HTTP cookies.
  • @@ -861,7 +861,7 @@ which do ASCII-only trimming of leading and trailing spaces.
  • -The new method os.FileMode.IsRegular makes it easy to ask if a file is a plain file. +The new method os.FileMode.IsRegular makes it easy to ask if a file is a plain file.
  • -- 2.48.1