From 8fc25b531bf5261ef7760bab581d10718fa7a417 Mon Sep 17 00:00:00 2001 From: Ryuma Yoshida Date: Tue, 20 Feb 2018 15:10:49 +0000 Subject: all: remove duplicate word "the" Change-Id: Ia5908e94a6bd362099ca3c63f6ffb7e94457131d GitHub-Last-Rev: 545a40571a912f433546d8c94a9d63459313515d GitHub-Pull-Request: golang/go#23942 Reviewed-on: https://go-review.googlesource.com/95435 Reviewed-by: Brad Fitzpatrick --- src/html/template/escape.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/html/template') diff --git a/src/html/template/escape.go b/src/html/template/escape.go index c77b23ae68..aaeb2d6bc1 100644 --- a/src/html/template/escape.go +++ b/src/html/template/escape.go @@ -417,7 +417,7 @@ func nudge(c context) context { // join joins the two contexts of a branch template node. The result is an // error context if either of the input contexts are error contexts, or if the -// the input contexts differ. +// input contexts differ. func join(a, b context, node parse.Node, nodeName string) context { if a.state == stateError { return a -- cgit v1.3-5-g9baa