]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/stream.tex
Demonstrates printing
[wxWidgets.git] / docs / latex / wx / stream.tex
index a0bd5a64d1bf5285f22a72464290e9fff087fa43..45a146774a9e35c75b5c626f4ae4d6fb40b3d256 100644 (file)
@@ -95,8 +95,8 @@ It returns the size of the data read. If the returned size is different of the s
 
 \func{size\_t}{Read}{\param{wxStreamBuffer *}{buffer}}
 
-Reads a {\it buffer}. The function returns when {\it buffer} is full or when there isn't
-data anymore in the current buffer.
+Copies data to {\it buffer}. The function returns when {\it buffer} is full or when there isn't
+any more data in the current buffer.
 
 \wxheading{See also}