aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-02-22 09:27:16 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-02-22 09:27:16 +0200
commitc71fc2a74120457066e3ec87112b5a810fd39685 (patch)
tree4aa7c89948178078702d6649425e2a180792f1c3
parent6be194f680450cc1f7bf960f916a5ff9906c3e05 (diff)
Fix typo
-rw-r--r--doc/manual.xhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.xhtml b/doc/manual.xhtml
index 3458b28..fd14163 100644
--- a/doc/manual.xhtml
+++ b/doc/manual.xhtml
@@ -3494,7 +3494,7 @@ private:
will contain the object id column of type <code>unsigned long</code>
(called <code>object_id</code>), the key column of type
<code>unsigned short</code> (called <code>key</code>), and the value
- column of type <code>std::string</code> (called <code>value</code>).</p>
+ column of type <code>float</code> (called <code>value</code>).</p>
<p>A number of ODB pragmas allow us to customize the table name,
column names, and native database types of a map container, both on