Skip to content

Commit b41978a

Browse files
committed
README: fix typo
1 parent b33d88a commit b41978a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ proposal](https://go.googlesource.com/proposal/+/master/design/29934-error-value
495495
printing out error details, and knows how to present a chain of
496496
causes in a semi-structured format upon formatting with `%+v`.
497497

498-
### Ensuring `errors.Is` works when packages are renamed
498+
### Ensuring `errors.Is` works when errors/packages are renamed
499499

500500
If a Go package containing a custom error type is renamed, or the
501501
error type itself is renamed, and errors of this type are transported

0 commit comments

Comments
 (0)