Commit e42aab64 authored by W. Trevor King's avatar W. Trevor King

client-go/rest: Fix "segments segment" comment typo

The typo landed with SubResource in adb75e1f (generated staging area, 2016-08-06, kubernetes/kubernetes#29147).
parent 23111ad4
......@@ -198,7 +198,7 @@ func (r *Request) Throttle(limiter flowcontrol.RateLimiter) *Request {
return r
}
// SubResource sets a sub-resource path which can be multiple segments segment after the resource
// SubResource sets a sub-resource path which can be multiple segments after the resource
// name but before the suffix.
func (r *Request) SubResource(subresources ...string) *Request {
if r.err != nil {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment