From b3cae37464b6acb7a6676da667d292f353143954 Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Thu, 28 Sep 2017 10:56:05 +0530 Subject: [PATCH] doc: fix minor capitalization typo Updated page to Page to match with the sample code Fixes #21773 Change-Id: Ia884a22fd587860c7a6148103b2b474425e45284 Reviewed-on: https://go-review.googlesource.com/66790 Reviewed-by: Ian Lance Taylor --- doc/articles/wiki/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/articles/wiki/index.html b/doc/articles/wiki/index.html index e5054f7bf7..3e0d532d7f 100644 --- a/doc/articles/wiki/index.html +++ b/doc/articles/wiki/index.html @@ -179,7 +179,7 @@ You can compile and run the program like this:
 $ go build wiki.go
 $ ./wiki
-This is a sample page.
+This is a sample Page.