Skip to content

Commit 714357a

Browse files
authored
Update FindCollection.java
1 parent 429d761 commit 714357a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astra-db-client/src/test/java/com/dtsx/astra/sdk/documentation/FindCollection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public static void main(String[] args) {
1111
// Find a collection
1212
Optional<CollectionDefinition> collection = db.findCollection("collection_vector1");
1313

14-
// Verify if a collection exists
14+
// Check if a collection exists
1515
boolean collectionExists = db.isCollectionExists("collection_vector2");
1616
}
1717
}

0 commit comments

Comments
 (0)