From: Peter Mundy Date: Mon, 29 Nov 2010 01:10:02 +0000 (+0900) Subject: doc: fix docs typos X-Git-Tag: weekly.2010-12-02~29 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=abb0c0967cb48a291d4a640b2eac684ec5951c7b;p=gostls13.git doc: fix docs typos R=adg CC=golang-dev https://golang.org/cl/3315041 --- diff --git a/doc/docs.html b/doc/docs.html index 9ffa0220ce..90e20f74e3 100644 --- a/doc/docs.html +++ b/doc/docs.html @@ -7,7 +7,7 @@

If you're new to Go, we recommend you work through the tutorial. The -language specfication has all the details should +language specification has all the details should you want to explore.

@@ -27,7 +27,7 @@ goroutines, and channels.

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.

Frequently Asked Questions (FAQ)