]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/datostrm.tex
fixed a few typoes
[wxWidgets.git] / docs / latex / wx / datostrm.tex
index 5e5dd047819090d3173adcac7c198b572b5bbca3..8b5492ee8c9c0d9c16218b8134a6520ea86d196e 100644 (file)
@@ -82,7 +82,6 @@ Writes the double {\it f} to the stream using the IEEE format.
 
 \func{void}{WriteString}{{\param const wxString\&}{string}}
 
-
 Writes {\it string} to the stream. Actually, this method writes the size of
 the string before writing {\it string} itself.
 
@@ -92,3 +91,4 @@ is first converted to multibyte representation with {\it conv} object passed
 to stream's constructor (consequently, ANSI application can read data 
 written by Unicode application, as long as they agree on encoding) and this
 representation is written to the stream. UTF-8 is used by default.
+