mirror of https://github.com/golang/go.git
doc/faq: fix a grammar mistake
Change-Id: Ifa060f5f91d7b964eb180465245104411310d423
GitHub-Last-Rev: cd1862f2ca
GitHub-Pull-Request: golang/go#39780
Reviewed-on: https://go-review.googlesource.com/c/go/+/239388
Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
b4652028d4
commit
d7e3a161f5
|
|
@ -515,7 +515,7 @@ when used well, can result in clean error-handling code.
|
||||||
See the <a href="/doc/articles/defer_panic_recover.html">Defer, Panic, and Recover</a> article for details.
|
See the <a href="/doc/articles/defer_panic_recover.html">Defer, Panic, and Recover</a> article for details.
|
||||||
Also, the <a href="https://blog.golang.org/errors-are-values">Errors are values</a> blog post
|
Also, the <a href="https://blog.golang.org/errors-are-values">Errors are values</a> blog post
|
||||||
describes one approach to handling errors cleanly in Go by demonstrating that,
|
describes one approach to handling errors cleanly in Go by demonstrating that,
|
||||||
since errors are just values, the full power of Go can deployed in error handling.
|
since errors are just values, the full power of Go can be deployed in error handling.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h3 id="assertions">
|
<h3 id="assertions">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue