]> Cypherpunks repositories - gostls13.git/commit
encoding/csv: fix error documentation
authorJoe Tsai <joetsai@digital-static.net>
Sat, 21 Oct 2017 19:07:55 +0000 (12:07 -0700)
committerJoe Tsai <thebrokentoaster@gmail.com>
Tue, 24 Oct 2017 07:10:10 +0000 (07:10 +0000)
commit744da64947188fa849ab6228f9d5fded5f7a1bef
tree602c756d558e727574e3ac9527e71f92bb81ded1
parent4a0dcc2de115d779b48a0acd1d6b8c9b4c24c307
encoding/csv: fix error documentation

We should be referring to ParseError.Err, which is the underlying error,
not ParseError.Error, which is the error method.

Change-Id: Ic3cef5ecbe1ada5fa14b9573222f29da8fc9a8d5
Reviewed-on: https://go-review.googlesource.com/72450
Reviewed-by: Tim Cooper <tim.cooper@layeh.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/encoding/csv/reader.go