RyanSkraba commented on code in PR #21648:
URL: https://github.com/apache/flink/pull/21648#discussion_r1067215558


##########
flink-runtime/src/main/java/org/apache/flink/runtime/execution/Environment.java:
##########
@@ -186,7 +186,7 @@ public interface Environment {
     TaskKvStateRegistry getTaskKvStateRegistry();
 
     /**
-     * Confirms that the invokable has successfully completed all steps it 
needed to to for the
+     * Confirms that the invokable has successfully completed all steps it 
needed to for the

Review Comment:
   Zero `to` might even be better here!
   ```suggestion
        * Confirms that the invokable has successfully completed all steps it 
needed for the
   ```



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to