Commit ad058cac authored by Rob Pike's avatar Rob Pike

text/template/parse/lex.go: fix typo

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/6448081
parent 36fe436c
......@@ -128,7 +128,7 @@ type lexer struct {
pos int // current position in the input.
start int // start position of this item.
width int // width of last rune read from input.
lastPos int // position of nost recent item returned by nextItem
lastPos int // position of most recent item returned by nextItem
items chan item // channel of scanned items.
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment