Author: wyoung
Date: Tue Sep 28 20:30:02 2010
New Revision: 2679

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2679&view=rev
Log:
Grammar tweak

Modified:
    trunk/doc/userman/threads.dbx

Modified: trunk/doc/userman/threads.dbx
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/doc/userman/threads.dbx?rev=2679&r1=2678&r2=2679&view=diff
==============================================================================
--- trunk/doc/userman/threads.dbx (original)
+++ trunk/doc/userman/threads.dbx Tue Sep 28 20:30:02 2010
@@ -151,8 +151,8 @@
     could assume that they’re simply allocated on the heap
     with <methodname>new</methodname>, but it can&#x2019;t be sure,
     so the base class delegates destruction, too. Finally, the base
-    class can&#x2019;t know what the connection idle timeout policy
-    in the client would make the most sense, so it asks its subclass
+    class can&#x2019;t know which connection idle timeout policy
+    would make the most sense to the client, so it asks its subclass
     via the <methodname>max_idle_time()</methodname> method.</para>
 
     <para><classname>ConnectionPool</classname> also allows you to


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

Reply via email to