From ddb5200486fbf80528dee9893f9c81c7ea2bce74 Mon Sep 17 00:00:00 2001 From: carlossanlop Date: Tue, 21 Jan 2020 15:35:06 -0800 Subject: [PATCH] Fix GZipStream.Flush summary and remarks --- xml/System.IO.Compression/GZipStream.xml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/xml/System.IO.Compression/GZipStream.xml b/xml/System.IO.Compression/GZipStream.xml index 337cc28ab7d..3bf4c5d16a8 100644 --- a/xml/System.IO.Compression/GZipStream.xml +++ b/xml/System.IO.Compression/GZipStream.xml @@ -980,16 +980,17 @@ Calling `DisposeAsync` allows the resources used by the - The current implementation of this method has no functionality. + Flushes the internal buffers. - + and the underlying stream still has some input left to write. + + ]]> - The stream is closed. + The underlying stream is closed.