We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ReadyAsync
1 parent c8fae10 commit 7e577dcCopy full SHA for 7e577dc
Client/InfluxDBClient.cs
@@ -443,7 +443,7 @@ public async Task<string> VersionAsync()
443
}
444
445
/// <summary>
446
- /// Check the readiness of InfluxDB Server at startup. Is is not supported by InfluxDB Cloud.
+ /// Check the readiness of InfluxDB Server at startup. It is not supported by InfluxDB Cloud.
447
/// </summary>
448
/// <returns>return null if the InfluxDB is not ready</returns>
449
public async Task<Ready> ReadyAsync()
0 commit comments