Skip to content

Commit 4013fdf

Browse files
VladimirReshetnikovmairaw
authored andcommitted
Fix typo: "glag" -> "flag" (dotnet#3576)
1 parent 3a6c7ff commit 4013fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Threading.Tasks.Sources/ValueTaskSourceOnCompletedFlags.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ This value is passed from a <xref:System.Threading.Tasks.ValueTask> to the <xref
116116
<Docs>
117117
<summary>
118118
<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
119+
and use it when queueing the continuation for execution. If this flag is not set, the implementation
120120
may choose to execute the continuation in an arbitrary location.</summary>
121121
</Docs>
122122
</Member>

0 commit comments

Comments
 (0)