We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5af29f0 commit 87e3abbCopy full SHA for 87e3abb
1 file changed
src/Weaviate.Client/Models/Replication.cs
@@ -61,7 +61,7 @@ public enum ReplicationOperationState
61
62
/// <summary>
63
/// Replica has finished copying and is being integrated as a queryable member of the
64
- /// shard. Occurs between <see cref="Finalizing"/> and <see cref="Dehydrating"/>).
+ /// shard. Occurs between <see cref="Finalizing"/> and <see cref="Dehydrating"/>.
65
/// </summary>
66
[System.Text.Json.Serialization.JsonStringEnumMemberName("INTEGRATING")]
67
Integrating,
0 commit comments