aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2011-10-24 19:29:44 -0700
committerBrad Fitzpatrick <bradfitz@golang.org>2011-10-24 19:29:44 -0700
commitd72267ae23380cdec4fd84a66058772ae7f84da6 (patch)
treebb4cada6648e53635aa9ef86c8e25cd6503c7b77
parent85b9f3573e3f5a27fe0293c48cb99305f652a4bc (diff)
downloadgo-d72267ae23380cdec4fd84a66058772ae7f84da6.tar.gz
go-d72267ae23380cdec4fd84a66058772ae7f84da6.zip
http: doc typo
R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5303067
-rw-r--r--src/pkg/http/doc.go2
1 files changed, 1 insertions, 1 deletions
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: