aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>