From: Brad Fitzpatrick Date: Tue, 25 Oct 2011 02:29:44 +0000 (-0700) Subject: http: doc typo X-Git-Tag: weekly.2011-10-25~5 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d72267ae23380cdec4fd84a66058772ae7f84da6;p=gostls13.git http: doc typo R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5303067 --- diff --git a/src/pkg/http/doc.go b/src/pkg/http/doc.go index 0215893914..9c47ac7823 100644 --- a/src/pkg/http/doc.go +++ b/src/pkg/http/doc.go @@ -3,7 +3,7 @@ // license that can be found in the LICENSE file. /* -Package http provides HTTP client and server implementaions. +Package http provides HTTP client and server implementations. Get, Head, Post, and PostForm make HTTP requests: