Skip to content

Commit

Permalink
Add syntax highlighting (#3123)
Browse files Browse the repository at this point in the history
  • Loading branch information
woxtu committed May 30, 2024
1 parent 146aa87 commit fb5159e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ComposableArchitecture/Effects/Cancellation.swift
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ extension Effect {
/// If the operation is in-flight when `Task.cancel(id:)` is called with the same identifier, the
/// operation will be cancelled.
///
/// ```
/// ```swift
/// enum CancelID { case timer }
///
/// await withTaskCancellation(id: CancelID.timer) {
Expand Down

0 comments on commit fb5159e

Please sign in to comment.