Explorar o código

Fixed comment

csharptest %!s(int64=14) %!d(string=hai) anos
pai
achega
84f7e09f02
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/ProtocolBuffers/CodedInputStream.cs

+ 1 - 1
src/ProtocolBuffers/CodedInputStream.cs

@@ -425,7 +425,7 @@ namespace Google.ProtocolBuffers
             }
             else
             {
-                // Slow path:  Build a byte array first then copy it.
+                // Slow path:  Build a byte array and attach it to a new ByteString.
                 value = ByteString.AttachBytes(ReadRawBytes(size));
                 return true;
             }