diff options
author | Robert Griesemer <gri@golang.org> | 2012-03-21 14:29:16 -0700 |
---|---|---|
committer | Robert Griesemer <gri@golang.org> | 2012-03-21 14:29:16 -0700 |
commit | 3b9867c59b62a310a6351df8d08d0ec49ba74a67 (patch) | |
tree | 21b9eeecb1954b17d3ecadd5b07ef2539f031fec /doc/effective_go.html | |
parent | 3c0253719d68e3a890ec0c2bc97ffc56f7602b47 (diff) | |
download | go-3b9867c59b62a310a6351df8d08d0ec49ba74a67.tar.gz |
doc/effective_go.html: undo local font change
R=r
CC=golang-dev
http://codereview.appspot.com/5876043
Diffstat (limited to 'doc/effective_go.html')
-rw-r--r-- | doc/effective_go.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/effective_go.html b/doc/effective_go.html index 12c0bfb2f..80b285183 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> |