Skip to content

Commit 0998cba

Browse files
committed
fix typo
1 parent 450b920 commit 0998cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ sth
4949
.addDbParam(ClickHouseQueryParam.MAX_PARALLEL_REPLICAS, 2)
5050
.send();
5151
```
52-
#### Send data in binary formated with custom user callback
52+
#### Send data in binary formatted with custom user callback
5353
```java
5454
import ru.yandex.clickhouse.ClickHouseStatement;
5555
ClickHouseStatement sth = connection.createStatement();

0 commit comments

Comments
 (0)