Skip to content

Commit 5c6dde8

Browse files
fix: update comment to use correct ClientConfig struct field names
1 parent fa348b5 commit 5c6dde8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Basic/with_pre_configured_http_client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ func main() {
3838

3939
/*
4040
Creating an Influxdb client with a pre-configured Http client.
41-
Warning: If you also set Config.MaxIdleConnections or Config.IdleConnectionTimeout,...
41+
Warning: If you also set ClientConfig.MaxIdleConnections or ClientConfig.IdleConnectionTimeout,...
4242
It will override these properties in your pre-configured Http client
4343
*/
4444
config := influxdb3.ClientConfig{

0 commit comments

Comments
 (0)