We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6159c0a commit 361310cCopy full SHA for 361310c
http.go
@@ -74,7 +74,7 @@ type HTTPPoolOptions struct {
74
75
// NewHTTPPool initializes an HTTP pool of peers, and registers itself as a PeerPicker.
76
// For convenience, it also registers itself as an http.Handler with http.DefaultServeMux.
77
-// The self argument be a valid base URL that points to the current server,
+// The self argument should be a valid base URL that points to the current server,
78
// for example "http://example.net:8000".
79
func NewHTTPPool(self string) *HTTPPool {
80
p := NewHTTPPoolOpts(self, nil)
0 commit comments