Skip to content

Commit

Permalink
Fix typos in ValueTask comments
Browse files Browse the repository at this point in the history
  • Loading branch information
stephentoub authored Nov 27, 2019
1 parent bc5ed5c commit b3e618a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ namespace System.Threading.Tasks
internal readonly object? _obj;
/// <summary>Opaque value passed through to the <see cref="IValueTaskSource"/>.</summary>
internal readonly short _token;
/// <summary>true to continue on the capture context; otherwise, true.</summary>
/// <summary>true to continue on the captured context; otherwise, false.</summary>
/// <remarks>Stored in the <see cref="ValueTask"/> rather than in the configured awaiter to utilize otherwise padding space.</remarks>
internal readonly bool _continueOnCapturedContext;

Expand Down

0 comments on commit b3e618a

Please sign in to comment.