From: Kerollos Magdy
Date: Tue, 23 Jun 2020 10:45:36 +0000 (+0000)
Subject: doc/faq: fix a grammar mistake
X-Git-Tag: go1.15rc1~64
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d7e3a161f50a45c0c86e2621f99074c38572df82;p=gostls13.git
doc/faq: fix a grammar mistake
Change-Id: Ifa060f5f91d7b964eb180465245104411310d423
GitHub-Last-Rev: cd1862f2ca721a4f3d4ede7bcb3e7759ce96c6d5
GitHub-Pull-Request: golang/go#39780
Reviewed-on: https://go-review.googlesource.com/c/go/+/239388
Reviewed-by: Ian Lance Taylor
---
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.