Skip to content

Commit

Permalink
improve wording in package doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jub0bs committed Oct 3, 2024
1 parent 418c2bf commit 6bc25e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions errutil.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Incidentally, [the error-inspection draft design proposal] suggests that [errors
would have been very similar to [Find] if the Go team had cracked
the parametric-polymorphism nut in time for [errors.As]'s inception in the
standard library.
In many cases, a call to [errors.As] can advantageously be refactored into a
call to [Find].
In many cases, a call to [errors.As] can advantageously be refactored to a call
to [Find].
[51945]: https://github.com/golang/go/issues/51945
[56949]: https://github.com/golang/go/issues/56949
Expand Down

0 comments on commit 6bc25e3

Please sign in to comment.