File tree 1 file changed +2
-2
lines changed
spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ public interface MongoOperations {
190
190
<T > DBCollection createCollection (Class <T > entityClass );
191
191
192
192
/**
193
- * Create a collect with a name based on the provided entity class using the options.
193
+ * Create a collection with a name based on the provided entity class using the options.
194
194
*
195
195
* @param entityClass class that determines the collection to create
196
196
* @param collectionOptions options to use when creating the collection.
@@ -207,7 +207,7 @@ public interface MongoOperations {
207
207
DBCollection createCollection (String collectionName );
208
208
209
209
/**
210
- * Create a collect with the provided name and options.
210
+ * Create a collection with the provided name and options.
211
211
*
212
212
* @param collectionName name of the collection
213
213
* @param collectionOptions options to use when creating the collection.
You can’t perform that action at this time.
0 commit comments