From cd1862f2ca721a4f3d4ede7bcb3e7759ce96c6d5 Mon Sep 17 00:00:00 2001 From: Kerollos Magdy Date: Tue, 23 Jun 2020 12:30:37 +0200 Subject: [PATCH] doc: fix a grammar mistake --- doc/go_faq.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.