summaryrefslogtreecommitdiff
path: root/src/pkg/http/httptest/recorder.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/http/httptest/recorder.go')
-rw-r--r--src/pkg/http/httptest/recorder.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/http/httptest/recorder.go b/src/pkg/http/httptest/recorder.go
index 0dd19a617..f2fedefcf 100644
--- a/src/pkg/http/httptest/recorder.go
+++ b/src/pkg/http/httptest/recorder.go
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// The httptest package provides utilities for HTTP testing.
+// Package httptest provides utilities for HTTP testing.
package httptest
import (