From e8c76bd84b0b032ec3ece2455564f3c5731f7e0f Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Sun, 7 Aug 2011 18:17:38 +0100 Subject: Fix comments. --- src/ProtocolBuffers/CodedInputStream.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/ProtocolBuffers/CodedInputStream.cs') diff --git a/src/ProtocolBuffers/CodedInputStream.cs b/src/ProtocolBuffers/CodedInputStream.cs index 1e179509..509b4164 100644 --- a/src/ProtocolBuffers/CodedInputStream.cs +++ b/src/ProtocolBuffers/CodedInputStream.cs @@ -530,6 +530,9 @@ namespace Google.ProtocolBuffers return true; } + /// + /// Returns true if the next tag is also part of the same unpacked array. + /// private bool ContinueArray(uint currentTag) { string ignore; @@ -546,7 +549,7 @@ namespace Google.ProtocolBuffers } /// - /// Returns true if the next tag is also part of the same unpacked array + /// Returns true if the next tag is also part of the same array, which may or may not be packed. /// private bool ContinueArray(uint currentTag, bool packed, int oldLimit) { -- cgit v1.2.3