Skip to content
This repository was archived by the owner on Oct 30, 2023. It is now read-only.

Commit 956cb15

Browse files
authored
Merge pull request #257 from petrovma92/very_little_fix_in_comments
Replace `ç` with `c`.
2 parents 8aebad5 + ab6bef0 commit 956cb15

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/main/java/com/binance/api/client/BinanceApiAsyncRestClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
import java.util.List;
3131

3232
/**
33-
* Binance API façade, supporting asynchronous/non-blocking access Binance's REST API.
33+
* Binance API facade, supporting asynchronous/non-blocking access Binance's REST API.
3434
*/
3535
public interface BinanceApiAsyncRestClient {
3636

src/main/java/com/binance/api/client/BinanceApiRestClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
import java.util.List;
2929

3030
/**
31-
* Binance API façade, supporting synchronous/blocking access Binance's REST API.
31+
* Binance API facade, supporting synchronous/blocking access Binance's REST API.
3232
*/
3333
public interface BinanceApiRestClient {
3434

src/main/java/com/binance/api/client/BinanceApiWebSocketClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import java.util.List;
1212

1313
/**
14-
* Binance API data streaming façade, supporting streaming of events through web sockets.
14+
* Binance API data streaming facade, supporting streaming of events through web sockets.
1515
*/
1616
public interface BinanceApiWebSocketClient extends Closeable {
1717

0 commit comments

Comments
 (0)