You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by GitBox <gi...@apache.org> on 2019/01/14 10:28:39 UTC

[flink] Diff for: [GitHub] tillrohrmann merged pull request #7479: [hotfix] [docs] fix typo in restart strategies

diff --git a/docs/dev/restart_strategies.md b/docs/dev/restart_strategies.md
index 49419e192de..5be430e7f48 100644
--- a/docs/dev/restart_strategies.md
+++ b/docs/dev/restart_strategies.md
@@ -264,7 +264,7 @@ env.setRestartStrategy(RestartStrategies.noRestart())
 ### Fallback Restart Strategy
 
 The cluster defined restart strategy is used. 
-This helpful for streaming programs which enable checkpointing.
-Per default, a fixed delay restart strategy is chosen if there is no other restart strategy defined.
+This is helpful for streaming programs which enable checkpointing.
+By default, a fixed delay restart strategy is chosen if there is no other restart strategy defined.
 
 {% top %}


With regards,
Apache Git Services