Commit 7a92d0b1 authored by Michal Bohuslávek's avatar Michal Bohuslávek Committed by Brad Fitzpatrick

net/http/httptest: fix typo in doc comment

Change-Id: I89f276b32015882437e128814573343a4ca53569
Reviewed-on: https://go-review.googlesource.com/33615Reviewed-by: default avatarBrad Fitzpatrick <bradfitz@golang.org>
parent 8fa0d85b
......@@ -36,7 +36,7 @@ import (
// NewRequest panics on error for ease of use in testing, where a
// panic is acceptable.
//
// To generate an client HTTP request instead of a server request, see
// To generate a client HTTP request instead of a server request, see
// the NewRequest function in the net/http package.
func NewRequest(method, target string, body io.Reader) *http.Request {
if method == "" {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment