From: Agniva De Sarker Date: Thu, 28 Sep 2017 05:26:05 +0000 (+0530) Subject: doc: fix minor capitalization typo X-Git-Tag: go1.10beta1~945 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=b3cae37464b6acb7a6676da667d292f353143954;p=gostls13.git 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 --- 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.