From d5a31535e16d12fc38207232645ffffd8b683981 Mon Sep 17 00:00:00 2001 From: Charlie Tonneslan Date: Sun, 24 May 2026 08:38:38 -0400 Subject: [PATCH] Fix "This is error wraps" doc typo on ConfigFileNotFoundError "This is error wraps..." reads like a sentence that lost a word; the intent is just "This error wraps...". One-word fix. Signed-off-by: Charlie Tonneslan --- errors.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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