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 @@ -191,7 +191,7 @@ public interface MongoOperations {
191
191
<T > DBCollection createCollection (Class <T > entityClass );
192
192
193
193
/**
194
- * Create a collect with a name based on the provided entity class using the options.
194
+ * Create a collection with a name based on the provided entity class using the options.
195
195
*
196
196
* @param entityClass class that determines the collection to create
197
197
* @param collectionOptions options to use when creating the collection.
@@ -208,7 +208,7 @@ public interface MongoOperations {
208
208
DBCollection createCollection (String collectionName );
209
209
210
210
/**
211
- * Create a collect with the provided name and options.
211
+ * Create a collection with the provided name and options.
212
212
*
213
213
* @param collectionName name of the collection
214
214
* @param collectionOptions options to use when creating the collection.
You can’t perform that action at this time.
0 commit comments