diff options
Diffstat (limited to 'src/text/template/parse/parse_test.go')
| -rw-r--r-- | src/text/template/parse/parse_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text/template/parse/parse_test.go b/src/text/template/parse/parse_test.go index b4512d3160..9d856bcb3d 100644 --- a/src/text/template/parse/parse_test.go +++ b/src/text/template/parse/parse_test.go @@ -76,7 +76,7 @@ var numberTests = []numberTest{ func TestNumberParse(t *testing.T) { for _, test := range numberTests { - // If fmt.Sscan thinks it's complex, it's complex. We can't trust the output + // If fmt.Sscan thinks it's complex, it's complex. We can't trust the output // because imaginary comes out as a number. var c complex128 typ := itemNumber |
