Skip to content

Commit c4c31bb

Browse files
committed
fix missing word
1 parent b68a062 commit c4c31bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ limitations under the License.
8787
// during writes (nor does it promise sequential create/get coherence), and code
8888
// should not assume a get immediately following a create/update will return
8989
// the updated resource. Caches may also have indexes, which can be created via
90-
// a FieldIndexer (pkg/client) obtained from the manager. Indexes can used to
90+
// a FieldIndexer (pkg/client) obtained from the manager. Indexes can be used to
9191
// quickly and easily look up all objects with certain fields set. Reconcilers
9292
// may retrieve event recorders (pkg/recorder) to emit events using the
9393
// manager.

0 commit comments

Comments
 (0)