Skip to content

Commit eb41391

Browse files
Very tiny typo fix (dotnet#5186)
This is a tiny typo fix, but it is a legitimate typo. My apologies if the ROI of this PR aren't very great.
1 parent 32b604a commit eb41391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Threading.Tasks/Task.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@
722722
<format type="text/markdown"><![CDATA[
723723
724724
## Remarks
725-
This property returns a task whose <xref:System.Threading.Tasks.Task.Status%2A> property is set to <xref:System.Threading.Tasks.TaskStatus.RanToCompletion>. To create task that returns a value and runs to completion, call the <xref:System.Threading.Tasks.Task.FromResult%2A> method.
725+
This property returns a task whose <xref:System.Threading.Tasks.Task.Status%2A> property is set to <xref:System.Threading.Tasks.TaskStatus.RanToCompletion>. To create a task that returns a value and runs to completion, call the <xref:System.Threading.Tasks.Task.FromResult%2A> method.
726726
727727
Repeated attempts to retrieve this property value may not always return the same instance.
728728

0 commit comments

Comments
 (0)