From d7e3a161f50a45c0c86e2621f99074c38572df82 Mon Sep 17 00:00:00 2001
From: Kerollos Magdy
Date: Tue, 23 Jun 2020 10:45:36 +0000
Subject: [PATCH] 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
---
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.
--
2.50.0