David Rose 18 years ago
parent
commit
07c9c4eed2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      panda/src/putil/stringStream.h

+ 2 - 2
panda/src/putil/stringStream.h

@@ -25,8 +25,8 @@
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////
 //       Class : StringStream
 //       Class : StringStream
 // Description : A bi-directional stream object that reads and writes
 // Description : A bi-directional stream object that reads and writes
-//               data to an internal buffer, which can be appended to
-//               or read from as a string.
+//               data to an internal buffer, which can be retrieved
+//               and/or set as a string.
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////
 class EXPCL_PANDA StringStream : public iostream {
 class EXPCL_PANDA StringStream : public iostream {
 PUBLISHED:
 PUBLISHED: