reference/stream/book.xml
7cdb9316e12d256e1e44d2ff480d2d7fdadd939e
...
...
@@ -12,7 +12,7 @@
12
12
the way of generalizing file, network, data compression, and other
13
13
operations which share a common set of functions and uses. In
14
14
its simplest definition, a <literal>stream</literal> is a
15
-
<literal>resource</literal> object which exhibits streamable
15
+
<type>resource</type> object which exhibits streamable
16
16
behavior. That is, it can be read from or written to in a linear
17
17
fashion, and may be able to <function>fseek</function> to an
18
18
arbitrary location within the stream.
19
19