]> Cypherpunks repositories - gostls13.git/commitdiff
doc: fix minor capitalization typo
authorAgniva De Sarker <agnivade@yahoo.co.in>
Thu, 28 Sep 2017 05:26:05 +0000 (10:56 +0530)
committerIan Lance Taylor <iant@golang.org>
Thu, 28 Sep 2017 17:13:13 +0000 (17:13 +0000)
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 <iant@golang.org>
doc/articles/wiki/index.html

index e5054f7bf74f7189e5c37f3e449057fea1c6a160..3e0d532d7f7bceb04c23e2bca02ba2ea6c04f6c4 100644 (file)
@@ -179,7 +179,7 @@ You can compile and run the program like this:
 <pre>
 $ go build wiki.go
 $ ./wiki
-This is a sample page.
+This is a sample Page.
 </pre>
 
 <p>