typo, parameter and type fixes
[mdref/mdref-http] / http / Message / toStream.md
index 31ff77c353cd106628ab9ccd9f196740d30052ab..bc92cba58c2520b2f0515ce300b12af2e5d4c013 100644 (file)
@@ -1,4 +1,4 @@
-# http\Message http\Message::toStream(resource $stream[, int $offset = 0[, int $maxlen = 0]])
+# http\Message http\Message::toStream(resource $stream)
 
 Stream the message into stream $stream, starting from $offset, streaming $maxlen at most.
 
@@ -6,10 +6,6 @@ Stream the message into stream $stream, starting from $offset, streaming $maxlen
 
 * resource $stream  
   The resource to write to.
-* Optional int $offset = 0  
-  The starting offset.
-* Optional int $maxlen = 0  
-  The maximum amount of data to stream. All content if less than 1.
 
 ## Returns: