Skip to content

Commit cb0391a

Browse files
author
Priyanshu Raj
committed
nit fix in client package documentation
1 parent 165a8c8 commit cb0391a

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 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)