We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 450b920 commit 0998cbaCopy full SHA for 0998cba
1 file changed
README.md
@@ -49,7 +49,7 @@ sth
49
.addDbParam(ClickHouseQueryParam.MAX_PARALLEL_REPLICAS, 2)
50
.send();
51
```
52
-#### Send data in binary formated with custom user callback
+#### Send data in binary formatted with custom user callback
53
```java
54
import ru.yandex.clickhouse.ClickHouseStatement;
55
ClickHouseStatement sth = connection.createStatement();
0 commit comments