Skip to content

Commit

Permalink
docs(errors): update note for old join
Browse files Browse the repository at this point in the history
  • Loading branch information
Planxnx committed Oct 19, 2023
1 parent 3c3bd62 commit 8c7a128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion errors/join_backward.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package errors
import errors "github.com/Cleverse/go-utilities/errors/errconstructor"

// Disclaimer: functions Join is copied from the stdlib errors
// package v1.21.0.
// package v1.21.3

// Join returns an error that wraps the given errors with a stack trace at the point WithStack was called.
// Any nil error values are discarded.
Expand Down

0 comments on commit 8c7a128

Please sign in to comment.