1
0
mirror of https://github.com/golang/go synced 2024-09-24 03:10:16 -06:00

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 <iant@golang.org>
This commit is contained in:
Agniva De Sarker 2017-09-28 10:56:05 +05:30 committed by Ian Lance Taylor
parent 9ec5f5b35f
commit b3cae37464

View 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>