summaryrefslogtreecommitdiff
path: root/README.STREAMS
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2002-03-16 13:54:03 +0000
committerWez Furlong <wez@php.net>2002-03-16 13:54:03 +0000
commit6abd7c6f93c4ec981219745ac8882d99741fe50b (patch)
tree65e30e52a6efed1879b533b1975c7fd201c42884 /README.STREAMS
parent6beb1e37a83742de386728e1e4080baec5cc0987 (diff)
downloadphp-git-6abd7c6f93c4ec981219745ac8882d99741fe50b.tar.gz
fix typo
Diffstat (limited to 'README.STREAMS')
-rw-r--r--README.STREAMS2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.STREAMS b/README.STREAMS
index e5a3cca35a..897d40db4e 100644
--- a/README.STREAMS
+++ b/README.STREAMS
@@ -164,7 +164,7 @@ if (php_stream_can_cast(stream, PHP_STREAM_AS_SOCKETD) == SUCCESS) {
Please note the difference between php_stream_is and php_stream_can_cast;
stream_is tells you if the stream is a particular type of stream, whereas
can_cast tells you if the stream can be forced into the form you request.
-The format doesn't change anything, while the later *might* change some
+The former doesn't change anything, while the later *might* change some
state in the stream.
Stream Internals