We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a6c7ff commit 4013fdfCopy full SHA for 4013fdf
xml/System.Threading.Tasks.Sources/ValueTaskSourceOnCompletedFlags.xml
@@ -116,7 +116,7 @@ This value is passed from a <xref:System.Threading.Tasks.ValueTask> to the <xref
116
<Docs>
117
<summary>
118
<see langword="OnCompleted" /> should capture the current scheduling context (the <see cref="T:System.Threading.SynchronizationContext" />)
119
- and use it when queueing the continuation for execution. If this glag is not set, the implementation
+ and use it when queueing the continuation for execution. If this flag is not set, the implementation
120
may choose to execute the continuation in an arbitrary location.</summary>
121
</Docs>
122
</Member>
0 commit comments