Skip to content

Commit

Permalink
Fixed a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
timcassell committed Nov 10, 2024
1 parent 2dfbaa4 commit 7fa7449
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ private void Continue(object continuationContext)
HandleNextInternal(_tempState);
return;
}
// This was configured to continuation on the context.
// This was configured to continue on the context.
ScheduleContextCallback(continuationContext.UnsafeAs<SynchronizationContext>(), this,
obj => obj.UnsafeAs<AsyncSynchronizationPromiseBase<TResult>>().HandleFromContext(),
obj => obj.UnsafeAs<AsyncSynchronizationPromiseBase<TResult>>().HandleFromContext()
Expand Down

0 comments on commit 7fa7449

Please sign in to comment.