Browse Source

fix minor typos in function comment

Will Norris 11 years ago
parent
commit
71d831823c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      github/github_test.go

+ 1
- 1
github/github_test.go View File

@ -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 // 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 // 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 // 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 // certain cases, intermediate systems may treat these differently resulting in


Loading…
Cancel
Save