From 71d831823c2dd7a693d1277a1cbaae83771b870d Mon Sep 17 00:00:00 2001 From: Will Norris Date: Tue, 14 Oct 2014 20:33:47 -0700 Subject: [PATCH] fix minor typos in function comment --- github/github_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/github_test.go b/github/github_test.go index 670186a..bf6d433 100644 --- a/github/github_test.go +++ b/github/github_test.go @@ -226,7 +226,7 @@ func TestNewRequest_emptyUserAgent(t *testing.T) { } // If a nil body is passed to github.NewRequest, make sure that nil is also -// passed to http.NewRequest. In most cases, passing in io.Reader the returns +// passed to http.NewRequest. In most cases, passing an io.Reader that returns // no content is fine, since there is no difference between an HTTP request // body that is an empty string versus one that is not set at all. However in // certain cases, intermediate systems may treat these differently resulting in