diff --git a/doc/effective_go.html b/doc/effective_go.html index 12c0bfb2f63..80b2851837d 100644 --- a/doc/effective_go.html +++ b/doc/effective_go.html @@ -2704,7 +2704,7 @@ unknown format is "image: unknown format".

Callers that care about the precise error details can use a type switch or a type assertion to look for specific -errors and extract details. For PathErrors +errors and extract details. For PathErrors this might include examining the internal Err field for recoverable failures.