From: David Symonds Date: Tue, 20 Mar 2012 23:10:44 +0000 (+1100) Subject: html/template: fix typo and make grammar consistent in comments. X-Git-Tag: weekly.2012-03-22~24 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=4a59be00917f2da069f272053d70a8563f717b22;p=gostls13.git html/template: fix typo and make grammar consistent in comments. R=golang-dev, r CC=golang-dev https://golang.org/cl/5866044 --- diff --git a/src/pkg/html/template/content.go b/src/pkg/html/template/content.go index 539664f972..c1bd2e4949 100644 --- a/src/pkg/html/template/content.go +++ b/src/pkg/html/template/content.go @@ -26,10 +26,10 @@ type ( HTML string // HTMLAttr encapsulates an HTML attribute from a trusted source, - // for example: ` dir="ltr"`. + // for example, ` dir="ltr"`. HTMLAttr string - // JS encapsulates a known safe EcmaScript5 Expression, or example, + // JS encapsulates a known safe EcmaScript5 Expression, for example, // `(x + y * z())`. // Template authors are responsible for ensuring that typed expressions // do not break the intended precedence and that there is no