From c553f8163fcef82e67c15f2d5c73087da5ab8dbb Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 28 Feb 2020 21:53:05 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/WebHeaderCollection.cs | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/websocket-sharp/Net/WebHeaderCollection.cs b/websocket-sharp/Net/WebHeaderCollection.cs index 661c1c8c..e12f078a 100644 --- a/websocket-sharp/Net/WebHeaderCollection.cs +++ b/websocket-sharp/Net/WebHeaderCollection.cs @@ -1250,14 +1250,15 @@ namespace WebSocketSharp.Net } /// - /// Populates the specified with the data needed to serialize - /// the . + /// Populates a instance with the data + /// needed to serialize this instance. /// /// - /// A that holds the serialized object data. + /// A to populate with the data. /// /// - /// A that specifies the destination for the serialization. + /// A that specifies the destination for + /// the serialization. /// /// /// is .