thanks git
[mdref/mdref-http] / http / Client / Curl / User / init.md
index 45afb55291f93ba641f912434b3b69e4e5d73acc..ba98e9729e307af1d21a82ecafb294fdc9345e00 100644 (file)
@@ -5,9 +5,9 @@ Initialize the event loop.
 
 ## Params:
 
-* callable $run as function(http\Client $c, resource $s = null, int $action = http\Client\Curl\User::POLL_NONE) : int
+* callable $run as function(http\Client $c, resource $s = null, int $action = http\Client\Curl\User::POLL_NONE) : int  
   Internal callback returning the number of unfinished requests pending.
 
 
-> ***NOTE***:
+> ***NOTE***:  
 > The callback should be run when a timeout occurs or a watched socket needs action.