From 4a59be00917f2da069f272053d70a8563f717b22 Mon Sep 17 00:00:00 2001 From: David Symonds Date: Wed, 21 Mar 2012 10:10:44 +1100 Subject: [PATCH] html/template: fix typo and make grammar consistent in comments. R=golang-dev, r CC=golang-dev https://golang.org/cl/5866044 --- src/pkg/html/template/content.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.50.0