From abb0c0967cb48a291d4a640b2eac684ec5951c7b Mon Sep 17 00:00:00 2001 From: Peter Mundy Date: Mon, 29 Nov 2010 10:10:02 +0900 Subject: [PATCH] doc: fix docs typos R=adg CC=golang-dev https://golang.org/cl/3315041 --- doc/docs.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)

-- 2.50.0