1
0
mirror of https://github.com/golang/go synced 2024-09-24 07:20:14 -06:00

doc: fix docs typos

R=adg
CC=golang-dev
https://golang.org/cl/3315041
This commit is contained in:
Peter Mundy 2010-11-29 10:10:02 +09:00 committed by Andrew Gerrand
parent f5bc87cb75
commit abb0c0967c

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