diff --git a/src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/ValueTask.cs b/src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/ValueTask.cs index d945938bb0e9c..77a8b95b41e11 100644 --- a/src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/ValueTask.cs +++ b/src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/ValueTask.cs @@ -67,7 +67,7 @@ namespace System.Threading.Tasks internal readonly object? _obj; /// Opaque value passed through to the . internal readonly short _token; - /// true to continue on the capture context; otherwise, true. + /// true to continue on the captured context; otherwise, false. /// Stored in the rather than in the configured awaiter to utilize otherwise padding space. internal readonly bool _continueOnCapturedContext;