]> Cypherpunks repositories - gostls13.git/commitdiff
doc/effective_go.html: undo local font change
authorRobert Griesemer <gri@golang.org>
Wed, 21 Mar 2012 21:29:16 +0000 (14:29 -0700)
committerRobert Griesemer <gri@golang.org>
Wed, 21 Mar 2012 21:29:16 +0000 (14:29 -0700)
R=r
CC=golang-dev
https://golang.org/cl/5876043

doc/effective_go.html

index 12c0bfb2f63f2a5bc06b36b9607a6531b8d62501..80b2851837dbd904c499b23f3c028fa241189c1d 100644 (file)
@@ -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>