aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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