diff --git a/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs b/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs index e7f383275e5d9..a8740209ab88e 100644 --- a/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs +++ b/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs @@ -12,7 +12,7 @@ public abstract partial class PipeReader { private PipeReaderStream? _stream; - /// Attempts to synchronously read data the . + /// Attempts to synchronously read data from the . /// When this method returns , this value is set to a instance that represents the result of the read call; otherwise, this value is set to . /// if data was available, or if the call was canceled or the writer was completed; otherwise, . /// If the pipe returns , there is no need to call .