From ba6360dd728e225679f17f194f9bfb07d13ef286 Mon Sep 17 00:00:00 2001 From: Maira Wenzel Date: Wed, 11 Dec 2019 12:17:07 -0800 Subject: [PATCH] fix broken links --- xml/System.IO/MemoryStream.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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`. ]]>