Skip to content

Commit

Permalink
chore: typo fix QdrantClient.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Anush008 authored Dec 29, 2023
1 parent 5139936 commit ecd3c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/qdrant/client/QdrantClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -1554,7 +1554,7 @@ public ListenableFuture<UpdateResult> overwritePayloadAsync(
}

/**
* Overwrites the payload for the filterd points.
* Overwrites the payload for the filtered points.
*
* @param collectionName The name of the collection.
* @param payload New payload values
Expand Down

0 comments on commit ecd3c7c

Please sign in to comment.