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 2db3b60 commit 858e54fCopy full SHA for 858e54f
client/nginx.go
@@ -126,7 +126,7 @@ func (internalError *internalError) Wrap(err string) *internalError {
126
return internalError
127
}
128
129
-// this is an internal representation of the Stats object including endpoint and streamEndpoint lists
+// this is an internal representation of the Stats object including endpoint and streamEndpoint lists.
130
type extendedStats struct {
131
endpoints []string
132
streamEndpoints []string
0 commit comments