Skip to content

Commit

Permalink
Resolve merge conflic
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsherry committed Jul 1, 2020
2 parents 418fd30 + 4e9a94f commit b5b26ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scheduler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ where
<Tz as chrono::TimeZone>::Offset: Send,
{
/// Start a background thread to call [Scheduler::run_pending()] with the specified frequency.
/// The resulting thread fill end cleanly if the returned [ScheduleHandle] is dropped.
/// The resulting thread will end cleanly if the returned [ScheduleHandle] is dropped.
#[must_use = "The scheduler is halted when the returned handle is dropped"]
pub fn watch_thread(self, frequency: Duration) -> ScheduleHandle {
let stop = Arc::new(AtomicBool::new(false));
Expand Down

0 comments on commit b5b26ac

Please sign in to comment.