]> Cypherpunks repositories - gostls13.git/commit
text/template/parse: fix a comment around the assign operator
authorAndrew Braunstein <awbraunstein@gmail.com>
Thu, 28 Jun 2018 18:49:30 +0000 (18:49 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 28 Jun 2018 19:37:15 +0000 (19:37 +0000)
commit578b961727e65787160af389272517098b37b4ef
tree141aa66a13a528cd58008b8e98f59957b74ca633
parentb71ea0b7dd3009d1fd0a3edd1b80f605c727aa03
text/template/parse: fix a comment around the assign operator

Fix a comment that misrepresented the Assign operator (=).

Rename: colon-equals -> equals.

Change-Id: I405b8acfb0bcd1b176a91a95f9bfb61a4e85815f
GitHub-Last-Rev: aec0bf594c63d7b015f88f97f9953ade976817a4
GitHub-Pull-Request: golang/go#26112
Reviewed-on: https://go-review.googlesource.com/121416
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/text/template/parse/lex.go