Skip to content

Commit c614b91

Browse files
spelling
1 parent cef60ef commit c614b91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/integrations/language-clients/csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1341,7 +1341,7 @@ The driver uses dedicated categories so that you can fine-tune log levels per co
13411341
| `ClickHouse.Driver.Connection` | `ClickHouseConnection` | Connection lifecycle, HTTP client factory selection, connection opening/closing, session management. |
13421342
| `ClickHouse.Driver.Command` | `ClickHouseCommand` | Query execution start/completion, timing, query IDs, server statistics, and error details. |
13431343
| `ClickHouse.Driver.Transport` | `ClickHouseConnection` | Low-level HTTP streaming requests, compression flags, response status codes, and transport failures. |
1344-
| `ClickHouse.Driver.Client` | `ClickHouseClient` | Binary insert, qqueries, and other operations |
1344+
| `ClickHouse.Driver.Client` | `ClickHouseClient` | Binary insert, queries, and other operations |
13451345
| `ClickHouse.Driver.NetTrace` | `TraceHelper` | Network tracing, only when debug mode is enabled |
13461346

13471347
#### Example: Diagnosing connection issues {#logging-config-example}

0 commit comments

Comments
 (0)