diff --git a/xml/System.Threading.Tasks/ValueTask`1.xml b/xml/System.Threading.Tasks/ValueTask`1.xml index 7fd1f1b6798..c64701bc548 100644 --- a/xml/System.Threading.Tasks/ValueTask`1.xml +++ b/xml/System.Threading.Tasks/ValueTask`1.xml @@ -46,7 +46,7 @@ instance may either be awaited or converted to a using . A instance may only be awaited once, and consumers may not call until the instance has completed. If these limitations are unacceptable, convert the to a by calling . +A instance may either be awaited or converted to a using . A instance may only be awaited once, and consumers may not read until the instance has completed. If these limitations are unacceptable, convert the to a by calling . The following operations should never be performed on a instance: