Skip to content

Commit a429227

Browse files
author
Priyanshu Raj
committed
fixed as per suggestion
Signed-off-by: Priyanshu Raj <[email protected]>
1 parent 44e9bdc commit a429227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/client/doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ limitations under the License.
2525
// The New function can be used to create a new client that talks directly
2626
// to the API server.
2727
//
28-
// A common pattern in Kubernetes is to read from a cache and write to the API
28+
// It is a common pattern in Kubernetes to read from a cache and write to the API
2929
// server. This pattern is covered by the DelegatingClient type, which can
3030
// be used to have a client whose Reader is different from the Writer.
3131
//

0 commit comments

Comments
 (0)