From bbb20463107778323945aa8e59fd7f71334db998 Mon Sep 17 00:00:00 2001 From: Shashank Goyal Date: Sun, 20 Jan 2019 00:17:44 +0000 Subject: [PATCH] Fixed grammatical mistake (#28995) --- guide/english/go/documentation/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/go/documentation/index.md b/guide/english/go/documentation/index.md index 867c01b5cf..af48ed8c72 100644 --- a/guide/english/go/documentation/index.md +++ b/guide/english/go/documentation/index.md @@ -10,4 +10,4 @@ title: Documentation The documentation within golang.org includes the standard library and the src. -The good thing about __godoc.org__ is that includes the standard library AND third-party packages. +The good thing about __godoc.org__ is that it includes the standard library AND third-party packages.