Skip to content

Commit 3f2d261

Browse files
committed
Merge branch 'master' of github.com:mbdavid/LiteDB
2 parents 32d9eb8 + 60223bd commit 3f2d261

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LiteDB/Client/Database/LiteDatabase.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public LiteDatabase(ILiteEngine engine, BsonMapper mapper = null, bool disposeOn
8989
#region Collections
9090

9191
/// <summary>
92-
/// Get a collection using a entity class as strong typed document. If collection does not exits, create a new one.
92+
/// Get a collection using a entity class as strong typed document. If collection does not exist, create a new one.
9393
/// </summary>
9494
/// <param name="name">Collection name (case insensitive)</param>
9595
/// <param name="autoId">Define autoId data type (when object contains no id field)</param>
@@ -115,7 +115,7 @@ public ILiteCollection<T> GetCollection<T>(BsonAutoId autoId)
115115
}
116116

117117
/// <summary>
118-
/// Get a collection using a generic BsonDocument. If collection does not exits, create a new one.
118+
/// Get a collection using a generic BsonDocument. If collection does not exist, create a new one.
119119
/// </summary>
120120
/// <param name="name">Collection name (case insensitive)</param>
121121
/// <param name="autoId">Define autoId data type (when document contains no _id field)</param>

0 commit comments

Comments
 (0)