aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-02-11 16:31:40 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-02-11 16:31:40 +0200
commit7dee57ef9781537f141cc8134690136ea403e217 (patch)
tree1722646c4f2c15f1f0c3f58b34bf2111716b6954 /doc
parentca4f43374643f3e1f16c7cb8d259e98311579e42 (diff)
Fix typos
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 e28f916..24768ad 100644
--- a/doc/manual.xhtml
+++ b/doc/manual.xhtml
@@ -10387,7 +10387,7 @@ struct employer_view
employ seniors:</p>
<pre class="cxx">
-typedef odb::query&lt;employee_employer> query;
+typedef odb::query&lt;employer_view> query;
db.query&lt;employer_view> (query::employee::age > 65)
</pre>