From b8b308d184a73926eb0eb468f96f7a0f4dc63402 Mon Sep 17 00:00:00 2001 From: Robert Griesemer <gri@golang.org> Date: Wed, 21 Mar 2012 14:29:16 -0700 Subject: [PATCH] doc/effective_go.html: undo local font change R=r CC=golang-dev https://golang.org/cl/5876043 --- doc/effective_go.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/effective_go.html b/doc/effective_go.html index 12c0bfb2f6..80b2851837 100644 --- a/doc/effective_go.html +++ b/doc/effective_go.html @@ -2704,7 +2704,7 @@ unknown format is "image: unknown format". <p> 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 <code>PathError</code>s +errors and extract details. For <code>PathErrors</code> this might include examining the internal <code>Err</code> field for recoverable failures. </p> -- 2.30.9