Skip to content

Commit b75812d

Browse files
committed
chore(config): fix typo in Sharding config
1 parent 3a77887 commit b75812d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/main/java/io/weaviate/client6/v1/api/collections

src/main/java/io/weaviate/client6/v1/api/collections/Sharding.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
public record Sharding(
1010
@SerializedName("virtualPerPhysical") Integer virtualPerPhysical,
11-
@SerializedName("desiredCound") Integer desiredCount,
11+
@SerializedName("desiredCount") Integer desiredCount,
1212
@SerializedName("desiredVirtualCount") Integer desiredVirtualCount) {
1313

1414
public static Sharding of(Function<Builder, ObjectBuilder<Sharding>> fn) {

0 commit comments

Comments
 (0)