diff --git a/php-binance-api.php b/php-binance-api.php index 500f9ae9..ac001c1d 100755 --- a/php-binance-api.php +++ b/php-binance-api.php @@ -1719,7 +1719,7 @@ protected function tickerStreamHandler(\stdClass $json) } /** - * tickerStreamHandler Convert WebSocket trade execution into array + * executionHandler Convert WebSocket trade execution into array * * $data = $this->executionHandler( $json ); *