Commit 4da658cf authored by Ainar Garipov's avatar Ainar Garipov Committed by Brad Fitzpatrick

encoding/csv: fix comment in parseRecord

Change-Id: I82edd9364e1b4634006f5e043202a69f383dcdbe
Reviewed-on: https://go-review.googlesource.com/10826Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
parent ab08f79a
......@@ -215,7 +215,7 @@ func (r *Reader) parseRecord() (fields []string, err error) {
r.column = -1
// Peek at the first rune. If it is an error we are done.
// If we are support comments and it is the comment character
// If we support comments and it is the comment character
// then skip to the end of line.
r1, _, err := r.r.ReadRune()
......
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