diff --git a/doc/go_faq.html b/doc/go_faq.html index e40dde77e8..23a3080c9b 100644 --- a/doc/go_faq.html +++ b/doc/go_faq.html @@ -515,7 +515,7 @@ when used well, can result in clean error-handling code. See the Defer, Panic, and Recover article for details. Also, the Errors are values 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.