commit | d72267ae23380cdec4fd84a66058772ae7f84da6 | [log] [tgz] |
---|---|---|
author | Brad Fitzpatrick <bradfitz@golang.org> | Mon Oct 24 19:29:44 2011 -0700 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Mon Oct 24 19:29:44 2011 -0700 |
tree | bb4cada6648e53635aa9ef86c8e25cd6503c7b77 | |
parent | 85b9f3573e3f5a27fe0293c48cb99305f652a4bc [diff] [blame] |
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 0215893..9c47ac7 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: