From af2279722eabb1b0088c823548fc6183b0f9c74f Mon Sep 17 00:00:00 2001 From: ePascalC Date: Sun, 22 Aug 2021 16:17:59 +0200 Subject: [PATCH] Correcting spelling mistake As per #379 --- php-binance-api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); *