Преглед изворни кода

Merge pull request #2846 from acozzette/bytestream-comment

Updated an outdated comment in bytestream.h
Adam Cozzette пре 8 година
родитељ
комит
ed0ef54045
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/google/protobuf/stubs/bytestream.h

+ 1 - 1
src/google/protobuf/stubs/bytestream.h

@@ -64,7 +64,7 @@ namespace protobuf {
 namespace strings {
 namespace strings {
 
 
 // An abstract interface for an object that consumes a sequence of bytes. This
 // An abstract interface for an object that consumes a sequence of bytes. This
-// interface offers 3 different ways to append data, and a Flush() function.
+// interface offers a way to append data as well as a Flush() function.
 //
 //
 // Example:
 // Example:
 //
 //