mirror of
https://github.com/golang/go
synced 2024-11-26 14:46:47 -07:00
doc: fix a grammar mistake
This commit is contained in:
parent
968e18eebd
commit
cd1862f2ca
@ -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.
|
||||
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,
|
||||
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>
|
||||
|
||||
<h3 id="assertions">
|
||||
|
Loading…
Reference in New Issue
Block a user