doc/effective_go.html: undo local font change

R=r
CC=golang-dev
https://golang.org/cl/5876043
This commit is contained in:
Robert Griesemer 2012-03-21 14:29:16 -07:00
parent 7186e56573
commit b8b308d184

View 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>