Skip to content

Commit

Permalink
Fix typo (dotnet#95569)
Browse files Browse the repository at this point in the history
  • Loading branch information
c0nd3v committed Jan 8, 2024
1 parent 499e288 commit 806c365
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public ValueTask Task
return default;
}

// With normal access paterns, m_task should always be non-null here: the async method should have
// With normal access patterns, m_task should always be non-null here: the async method should have
// either completed synchronously, in which case SetResult would have set m_task to a non-null object,
// or it should be completing asynchronously, in which case AwaitUnsafeOnCompleted would have similarly
// initialized m_task to a state machine object. However, if the type is used manually (not via
Expand Down

0 comments on commit 806c365

Please sign in to comment.