diff --git a/.auto-changelog b/.auto-changelog new file mode 100644 index 0000000..98e4a98 --- /dev/null +++ b/.auto-changelog @@ -0,0 +1,6 @@ +{ + "output": "CHANGELOG.md", + "template": "keepachangelog", + "unreleased": true, + "commitLimit": false +} \ No newline at end of file diff --git a/bastion/examples/restart_strategy.rs b/bastion/examples/restart_strategy.rs index ac9f40d..afc0f43 100644 --- a/bastion/examples/restart_strategy.rs +++ b/bastion/examples/restart_strategy.rs @@ -7,9 +7,9 @@ use bastion::prelude::*; /// /// Prologue: /// This examples demonstrates how to override the default restart strategy -/// on a custom, provided by the bastion crate. The supervisor will spawn +/// with a custom strategy, provided by the bastion crate. The supervisor will spawn /// the only one tracked actor that will be restarted a couple of times and -/// the certain timeout after a raised failure in the actor's code. +/// after certain timeout failure will arise from the actor's code. /// fn main() { Bastion::init();