diff --git a/xml/System.IO/MemoryStream.xml b/xml/System.IO/MemoryStream.xml index 7d13c86c554..d88429f3b1f 100644 --- a/xml/System.IO/MemoryStream.xml +++ b/xml/System.IO/MemoryStream.xml @@ -2029,13 +2029,13 @@ The pending operation does not support writing. This method returns `true` when the the underlying buffer is marked as exposable, which happens when the current `MemoryStream` instance is created with: - . -- . +- with the parameter `publiclyVisible` set to `true`. The underlying buffer will not be exposed if the current `MemoryStream` instance is created with: -- +- with the parameter `publiclyVisible` set to `false`. ]]>