Skip to content

Commit 1bb1245

Browse files
fix: correct typo in comments for pre-configured HTTP client example
1 parent 27d140a commit 1bb1245

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/Basic/with_preconfig_httpclient.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ func main() {
3737
}
3838

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

0 commit comments

Comments
 (0)