From 99da8730b0b95da2c366135c8dc95dcfaf9c3715 Mon Sep 17 00:00:00 2001 From: Daniel Martí Date: Sat, 19 Aug 2017 22:33:51 +0200 Subject: all: remove some double spaces from comments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Went mainly for the ones that make no sense, such as the ones mid-sentence or after commas. Change-Id: Ie245d2c19cc7428a06295635cf6a9482ade25ff0 Reviewed-on: https://go-review.googlesource.com/57293 Reviewed-by: Ian Lance Taylor Run-TryBot: Daniel Martí TryBot-Result: Gobot Gobot --- src/encoding/xml/read.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/encoding/xml/read.go') diff --git a/src/encoding/xml/read.go b/src/encoding/xml/read.go index dffb95d77a..2fd6e06688 100644 --- a/src/encoding/xml/read.go +++ b/src/encoding/xml/read.go @@ -160,7 +160,7 @@ func (e UnmarshalError) Error() string { return string(e) } // UnmarshalXML must consume exactly one XML element. // One common implementation strategy is to unmarshal into // a separate value with a layout matching the expected XML -// using d.DecodeElement, and then to copy the data from +// using d.DecodeElement, and then to copy the data from // that value into the receiver. // Another common strategy is to use d.Token to process the // XML object one token at a time. -- cgit v1.3