diff --git a/errors.go b/errors.go index f772b5ab2..9b229458c 100644 --- a/errors.go +++ b/errors.go @@ -16,7 +16,7 @@ type FileLookupError interface { // ConfigFileNotFoundError denotes failing to find a configuration file from a search. // -// Deprecated: This is error wraps [FileNotFoundFromSearchError], which should be used instead. +// Deprecated: This error wraps [FileNotFoundFromSearchError], which should be used instead. type ConfigFileNotFoundError struct { locations []string name string