Skip to content

Commit d545566

Browse files
committed
fix a comment
1 parent 3ef6b12 commit d545566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/IcedTasks/CancellableTask.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ module CancellableTasks =
297297
fun (ct) ->
298298
Task.Run<'T>((fun () -> CancellableTaskBuilder.RunDynamic (code) (ct)), ct)
299299

300-
//// Same as CancellableTaskBuilder.Run except the start is inside Task.Run if necessary
300+
/// Same as CancellableTaskBuilder.Run except the start is inside Task.Run if necessary
301301
member inline _.Run(code: CancellableTaskCode<'T, 'T>) : CancellableTask<'T> =
302302
if __useResumableCode then
303303
__stateMachine<CancellableTaskStateMachineData<'T>, CancellableTask<'T>>

0 commit comments

Comments
 (0)