davidradl commented on code in PR #25647:
URL: https://github.com/apache/flink/pull/25647#discussion_r1851618895


##########
flink-core/src/main/java/org/apache/flink/configuration/TaskManagerOptions.java:
##########
@@ -707,6 +707,12 @@ public class TaskManagerOptions {
                                                     "The %s mode tries to 
spread out the slots evenly across all available %s.",
                                                     
code(TaskManagerLoadBalanceMode.SLOTS.name()),
                                                     code("TaskManagers")),
+                                            text(

Review Comment:
   NOT: its' -> it's



##########
flink-core/src/main/java/org/apache/flink/configuration/TaskManagerOptions.java:
##########
@@ -707,6 +707,12 @@ public class TaskManagerOptions {
                                                     "The %s mode tries to 
spread out the slots evenly across all available %s.",
                                                     
code(TaskManagerLoadBalanceMode.SLOTS.name()),
                                                     code("TaskManagers")),
+                                            text(

Review Comment:
   NIT: its' -> it's



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to