Skip to content

Commit 7e577dc

Browse files
committed
docs: clarify ReadyAsync for Cloud
1 parent c8fae10 commit 7e577dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/InfluxDBClient.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ public async Task<string> VersionAsync()
443443
}
444444

445445
/// <summary>
446-
/// Check the readiness of InfluxDB Server at startup. Is is not supported by InfluxDB Cloud.
446+
/// Check the readiness of InfluxDB Server at startup. It is not supported by InfluxDB Cloud.
447447
/// </summary>
448448
/// <returns>return null if the InfluxDB is not ready</returns>
449449
public async Task<Ready> ReadyAsync()

0 commit comments

Comments
 (0)