Skip to content

Commit

Permalink
doc: fix minor capitalization typo
Browse files Browse the repository at this point in the history
Updated page to Page to match with the sample code

Fixes golang#21773

Change-Id: Ia884a22fd587860c7a6148103b2b474425e45284
Reviewed-on: https://go-review.googlesource.com/66790
Reviewed-by: Ian Lance Taylor <[email protected]>
  • Loading branch information
agnivade authored and ianlancetaylor committed Sep 28, 2017
1 parent 9ec5f5b commit b3cae37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/articles/wiki/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ <h2>Data Structures</h2>
<pre>
$ go build wiki.go
$ ./wiki
This is a sample page.
This is a sample Page.
</pre>

<p>
Expand Down

0 comments on commit b3cae37

Please sign in to comment.