Skip to content

Commit

Permalink
[hotfix] Fix typo in restart strategies documenation (#7479)
Browse files Browse the repository at this point in the history
  • Loading branch information
libenchao authored and tillrohrmann committed Jan 14, 2019
1 parent f305b64 commit 7206d20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/dev/restart_strategies.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

0 comments on commit 7206d20

Please sign in to comment.