aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-05-11 01:22:02 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-05-11 01:22:02 +0200
commit6c0eb73a3c45e6eb11a8bcf4dade971306c47ed6 (patch)
treea35d12439befcf064e420dbfadcf372cf0b88eda
parentea9fe3bd391a74a36d0b186a30e2365b676cccb4 (diff)
Fix typo in manual
-rw-r--r--doc/manual.xhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.xhtml b/doc/manual.xhtml
index b417ced..11c1350 100644
--- a/doc/manual.xhtml
+++ b/doc/manual.xhtml
@@ -7397,7 +7397,7 @@ t.commit ();
pointer is also automatically loaded which means the <code>employer</code>
object corresponding to this employee is also loaded. But the
<code>employer</code> object in turn contains the list of pointers
- to all the employees, which are also loaded. A a result, when object
+ to all the employees, which are also loaded. As a result, when object
relationships are involved, a simple transaction like the above can
load many more objects than is necessary.</p>