message
[mdref/mdref-http] / http / Message / Body / toCallback.md
index dab219a1d2620d72569121846f3531fc0efde21c..117710e028d64e4bbfe15c14cf531b6aff1c5f61 100644 (file)
@@ -5,7 +5,7 @@ Stream the message body through a callback.
 ## Params:
 
 * callable $callback  
-  The callback of the form function(http\MessageBody $from, string $data).
+  The callback of the form function(http\Message\Body $from, string $data).
 * Optional int $offset = 0  
   Start to stream from this offset.
 * Optional int $maxlen = 0