From d72267ae23380cdec4fd84a66058772ae7f84da6 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Mon, 24 Oct 2011 19:29:44 -0700 Subject: [PATCH] http: doc typo R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5303067 --- src/pkg/http/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.50.0