Author: wyoung
Date: Fri Aug  3 20:52:21 2007
New Revision: 1734

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1734&view=rev
Log:
Minor doc clarity tweak

Modified:
    trunk/lib/coldata.h

Modified: trunk/lib/coldata.h
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/coldata.h?rev=1734&r1=1733&r2=1734&view=diff
==============================================================================
--- trunk/lib/coldata.h (original)
+++ trunk/lib/coldata.h Fri Aug  3 20:52:21 2007
@@ -195,7 +195,7 @@
        ///
        /// This method is arguably useful with plain \c ColData objects,
        /// but there are more efficient alternatives.  If you know your
-       /// data is a null-terminated C string, just cast this object to
+       /// data is a null-terminated C string, just assign this object to
        /// a \c const \c char* or call the \c data() method.  This gives
        /// you a pointer to our internal buffer, so the copy isn't needed.
        /// If the \c ColData can contain embedded null characters, you do


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to