Skip to content

Commit c65eeae

Browse files
author
Jan Seidl
committed
bump version of fixes avast#79 avast#80 avast#81
1 parent 50ad89e commit c65eeae

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ func (e Error) Is(target error) bool
180180
```go
181181
func (e Error) Unwrap() error
182182
```
183-
Unwrap the last error for compatible with the `errors.Unwrap()` when you need
184-
unwrap all erros, you should use `WrappedErrors()` instead
183+
Unwrap the last error for compatibility with `errors.Unwrap()`. When you need to
184+
unwrap all errors, you should use `WrappedErrors()` instead.
185185

186186
err := Do(
187187
func() error {
@@ -192,7 +192,7 @@ unwrap all erros, you should use `WrappedErrors()` instead
192192

193193
fmt.Println(errors.Unwrap(err)) # "original error" is printed
194194

195-
added in version 4.2.0
195+
Added in version 4.2.0.
196196

197197
#### func (Error) WrappedErrors
198198

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.3.1
1+
4.3.2

0 commit comments

Comments
 (0)