]> Cypherpunks repositories - gostls13.git/commitdiff
doc: fix docs typos
authorPeter Mundy <go.peter.90@gmail.com>
Mon, 29 Nov 2010 01:10:02 +0000 (10:10 +0900)
committerAndrew Gerrand <adg@golang.org>
Mon, 29 Nov 2010 01:10:02 +0000 (10:10 +0900)
R=adg
CC=golang-dev
https://golang.org/cl/3315041

doc/docs.html

index 9ffa0220ce6dac55d44769ae240c2460c4b756c8..90e20f74e3d558f3f96dfa1145341bc7a4768cf6 100644 (file)
@@ -7,7 +7,7 @@
 <p>
 If you're new to Go, we recommend you work through the 
 <a href="go_tutorial.html">tutorial</a>. The 
-<a href="go_spec.html">language specfication</a> has all the details should
+<a href="go_spec.html">language specification</a> has all the details should
 you want to explore.
 </p>
 <p>
@@ -27,7 +27,7 @@ goroutines, and channels.
 <p>
 A document that gives tips for writing clear, idiomatic Go code.
 A must read for any new Go programmer. It augments the tutorial and
-the language spec, both of which should be read first.
+the language specification, both of which should be read first.
 </p>
 
 <h3 id="go_faq"><a href="go_faq.html">Frequently Asked Questions (FAQ)</a></h3>