From 7aaa15657ef8de0c5a87aae68d7f3631e8c4e1fe Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 22 Sep 2011 08:34:32 +0200 Subject: Proofreading fixes --- doc/manual.xhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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 const and is later found in the session cache and used as non-const. 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-const instances. The following code fragment illustrates this point:

-- cgit v1.1