aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-09-22 08:34:32 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-09-22 08:34:32 +0200
commit7aaa15657ef8de0c5a87aae68d7f3631e8c4e1fe (patch)
tree1d0e1b39c6fb1d1e84e50c42af9c0b670d4d80ab /doc
parentd001ec3018787138c2db6c5f6949a00807582774 (diff)
Proofreading fixes
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.xhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.xhtml b/doc/manual.xhtml
index 7e68f6f..64a0952 100644
--- a/doc/manual.xhtml
+++ b/doc/manual.xhtml
@@ -6049,7 +6049,7 @@ t.commit ();
behavior if the object being persisted was actually created as
<code>const</code> and is later found in the session cache and
used as non-<code>const</code>. As a result, when using sessions,
- it is recommended that all persistent objects are created as
+ it is recommended that all persistent objects be created as
non-<code>const</code> instances. The following code fragment
illustrates this point:</p>