error.go: Fix typo of doc (#44)

This commit is contained in:
Tsuji Daishiro 2020-11-25 03:20:17 +09:00 committed by GitHub
parent 8b005e6800
commit e015acf18b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -449,7 +449,7 @@ func Append(left error, right error) error {
// items = append(items, item)
// }
//
// Compare this with a verison that relies solely on Append:
// Compare this with a version that relies solely on Append:
//
// var err error
// for line := range lines {