aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Griesemer <gri@golang.org>2012-03-21 14:29:16 -0700
committerRobert Griesemer <gri@golang.org>2012-03-21 14:29:16 -0700
commitb8b308d184a73926eb0eb468f96f7a0f4dc63402 (patch)
tree7b1e8b9d6cb7e311edcc5d8e9a3c51b8aae852ae
parent7186e565730d9b0789128319c9dde79dbf8488dc (diff)
downloadgo-b8b308d184a73926eb0eb468f96f7a0f4dc63402.tar.gz
go-b8b308d184a73926eb0eb468f96f7a0f4dc63402.zip
doc/effective_go.html: undo local font change
R=r CC=golang-dev https://golang.org/cl/5876043
-rw-r--r--doc/effective_go.html2
1 files changed, 1 insertions, 1 deletions
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>