1
0
mirror of https://github.com/golang/go synced 2024-11-20 07:54:39 -07:00

http: doc typo

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/5303067
This commit is contained in:
Brad Fitzpatrick 2011-10-24 19:29:44 -07:00
parent 85b9f3573e
commit d72267ae23

View File

@ -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: