Skip to content

Commit c2b6679

Browse files
committed
docs: update comment on deprecated error
1 parent 6f44d69 commit c2b6679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

errors.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ type FileLookupError interface {
1616

1717
// ConfigFileNotFoundError denotes failing to find a configuration file from a search.
1818
//
19-
// Deprecated: This is wrapped by [FileNotFoundFromSearchError], which should be used instead.
19+
// Deprecated: This is error wraps [FileNotFoundFromSearchError], which should be used instead.
2020
type ConfigFileNotFoundError struct {
2121
locations []string
2222
name string

0 commit comments

Comments
 (0)