Skip to content

Commit a7f085d

Browse files
authored
fix: typo (#1936)
1 parent 9200511 commit a7f085d

File tree

1 file changed

+1
-1
lines changed
  • operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/dependent/kubernetes

1 file changed

+1
-1
lines changed

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/dependent/kubernetes/KubernetesDependent.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
String[] namespaces() default {Constants.SAME_AS_CONTROLLER};
2828

2929
/**
30-
* Optional label selector used to identify the set of custom resources the controller will acc
30+
* Optional label selector used to identify the set of custom resources the controller will act
3131
* upon. The label selector can be made of multiple comma separated requirements that acts as a
3232
* logical AND operator.
3333
*

0 commit comments

Comments
 (0)