Skip to content

Commit

Permalink
Merge pull request #2267 from iArmanKarimi/master
Browse files Browse the repository at this point in the history
Thanks!
  • Loading branch information
mbdavid committed Mar 9, 2023
2 parents b1e8260 + 4c3e999 commit 78811ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LiteDB/Client/Database/LiteDatabase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public LiteDatabase(ILiteEngine engine, BsonMapper mapper = null, bool disposeOn
#region Collections

/// <summary>
/// Get a collection using a entity class as strong typed document. If collection does not exist, create a new one.
/// Get a collection using an entity class as strong typed document. If collection does not exist, create a new one.
/// </summary>
/// <param name="name">Collection name (case insensitive)</param>
/// <param name="autoId">Define autoId data type (when object contains no id field)</param>
Expand Down

0 comments on commit 78811ab

Please sign in to comment.