Skip to content

Commit d61204c

Browse files
committed
fix: param name in doc
1 parent 9cf4069 commit d61204c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/InfluxDBSwift/InfluxDBClient.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public class InfluxDBClient {
9797
/// - username: Username for authentication.
9898
/// - password: Password for authentication.
9999
/// - database: Target database.
100-
/// - retention_policy: Target retention policy.
100+
/// - retentionPolicy: Target retention policy.
101101
/// - precision: Default precision for the unix timestamps within the body line-protocol.
102102
/// - protocolClasses: optional array of extra protocol subclasses that handle requests.
103103
///

0 commit comments

Comments
 (0)