Skip to content

Commit

Permalink
Use Date property
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsrutek committed Apr 11, 2023
1 parent 6b38733 commit e8a1aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Scheduler.swift
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ public final class TestScheduler: DateScheduler {
}

/// Dequeues and executes all scheduled actions, leaving the scheduler's
/// date at `Date.distantFuture()`.
/// date at `Date.distantFuture`.
public func run() {
advance(to: Date.distantFuture)
}
Expand Down

0 comments on commit e8a1aad

Please sign in to comment.