Browse Source

Updated an outdated comment in bytestream.h

Adam Cozzette 8 năm trước cách đây
mục cha
commit
746ca59885
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 {
 
 // 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:
 //