aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-08-23 07:41:15 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-08-23 07:41:15 +0200
commit3db36c0572cb244cd9f4b03650837cfb1ed31b15 (patch)
tree01409fc7e8ecc2a5d3749e9a54fd6a2144a40440
parent97fd1243a576af0f467b9336b0daf635bc0d099f (diff)
Proofreading fixes
-rw-r--r--doc/manual.xhtml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/manual.xhtml b/doc/manual.xhtml
index d5ef0a5..225ce91 100644
--- a/doc/manual.xhtml
+++ b/doc/manual.xhtml
@@ -2444,8 +2444,8 @@ c->execute ("SET FOREIGN_KEY_CHECKS = 1");
<p>Some of the use cases which may require direct manipulation of
connections include out-of-transaction statement execution,
- such as execution of connection configuration statements,
- implementation of a connection-per-thread policy, and making
+ such as the execution of connection configuration statements,
+ the implementation of a connection-per-thread policy, and making
sure that a set of transactions is executed on the same
connection.</p>
@@ -2891,7 +2891,7 @@ t.commit ();
</pre>
<p>While these functions must always be called within a transaction,
- it may be necessary to execute a native statement outside any
+ it may be necessary to execute a native statement outside a
transaction. This can be done using the
<code>connection::execute()</code> functions as described in
<a href="#3.5">Section 3.5, "Connections"</a>.</p>