Skip to content

Commit e015acf

Browse files
authored
error.go: Fix typo of doc (#44)
1 parent 8b005e6 commit e015acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

error.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ func Append(left error, right error) error {
449449
// items = append(items, item)
450450
// }
451451
//
452-
// Compare this with a verison that relies solely on Append:
452+
// Compare this with a version that relies solely on Append:
453453
//
454454
// var err error
455455
// for line := range lines {

0 commit comments

Comments
 (0)