]> Cypherpunks repositories - gostls13.git/commit
encoding/base64, html/template: fix grammar mistakes
authorKevin Burke <kev@inburke.com>
Tue, 7 Mar 2017 17:03:40 +0000 (09:03 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 7 Mar 2017 17:42:45 +0000 (17:42 +0000)
commitc5cdda401e483a3a4dae7cc61eb78521ab953b04
tree2a0c4a918f60deb213f4e4a779d834b6f041b8c9
parentf639353330797b819f29fa2b9b4b73d09b4c7584
encoding/base64, html/template: fix grammar mistakes

Replace 'does not contains' with 'does not contain' where it appears
in the source code.

Change-Id: Ie7266347c429512c8a41a7e19142afca7ead3922
Reviewed-on: https://go-review.googlesource.com/37887
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/encoding/base64/base64.go
src/html/template/escape_test.go