aboutsummaryrefslogtreecommitdiff
path: root/doc/manual.xhtml
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-07-26 09:44:37 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-07-26 09:44:37 +0200
commit590e3234f887f7ff0c95ca2950088fde48103495 (patch)
treee7d42915fc9d328a4cac781b07ab076b28044939 /doc/manual.xhtml
parentcc75e759479c72ba3ae1c7465ea1e2eeca09f18e (diff)
Don't use file stream analogy for query result since it can be re-wound
Diffstat (limited to 'doc/manual.xhtml')
-rw-r--r--doc/manual.xhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.xhtml b/doc/manual.xhtml
index 5c28564..8a50605 100644
--- a/doc/manual.xhtml
+++ b/doc/manual.xhtml
@@ -5064,7 +5064,7 @@ result r (find_minors (db, query::first == "John"));
</pre>
<p>It is best to view an instance of <code>odb::result</code>
- as a handle to a stream, such as a file stream. While we can
+ as a handle to a stream, such as a socket stream. While we can
make a copy of a result or assign one result to another, the
two instances will refer to the same result stream. Advancing
the current position in one instance will also advance it in