Commit abb0c096 authored by Peter Mundy's avatar Peter Mundy Committed by Andrew Gerrand

doc: fix docs typos

R=adg
CC=golang-dev
https://golang.org/cl/3315041
parent f5bc87cb
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment