Skip to content

Commit 85a8b83

Browse files
authored
Update docs for Effect.timer (#135)
1 parent 86e4a7d commit 85a8b83

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/ComposableArchitecture/Effects/Timer.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ extension Effect {
1414
/// case .startTimer:
1515
/// return Effect.timer(id: TimerId(), every: 1, on: environment.scheduler)
1616
/// .map { .timerUpdated($0) }
17-
/// .cancellable(id: TimerId())
1817
/// case let .timerUpdated(date):
1918
/// state.date = date
2019
/// return .none

0 commit comments

Comments
 (0)