aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.xhtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual.xhtml b/doc/manual.xhtml
index 22d83b8..e710765 100644
--- a/doc/manual.xhtml
+++ b/doc/manual.xhtml
@@ -265,7 +265,7 @@ for consistency.
no Front-Cover Texts and no Back-Cover Texts.</p>
<!-- REMEMBER TO CHANGE VERSIONS IN THE META TAGS ABOVE! -->
- <p id="revision">Revision 1.6, September 2011</p>
+ <p id="revision">Revision 1.6, October 2011</p>
<p>This revision of the manual describes ODB 1.6.0 and is available
in the following formats:
<a href="http://www.codesynthesis.com/products/odb/doc/manual.xhtml">XHTML</a>,
@@ -4372,7 +4372,7 @@ unsigned long john_id, jane_id;
Database"</a>). For each pointer in a persistent class, the query
class defines a smart pointer-like member that contains members
corresponding to the data members in the pointed-to object. We
- can then use the access via pointer syntax (<code>-></code>)
+ can then use the access via a pointer syntax (<code>-></code>)
to refer to data members in pointed-to objects.
For example, the query class for the <code>employee</code> object
contains the <code>employer</code> member (its name is derived from the