Skip to content

Commit 05ccab6

Browse files
Daniel Leerstam
authored andcommitted
Fixed a typo in the documentation for the Builders class and for the IMongoDatabase class
1 parent fd00038 commit 05ccab6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/MongoDB.Driver/Builders.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public static FilterDefinitionBuilder<TDocument> Filter
3636
}
3737

3838
/// <summary>
39-
/// Gets an <see cref="IndexKeysDefinitionBuilder{TDocument}"/>.
39+
/// Gets a <see cref="IndexKeysDefinitionBuilder{TDocument}"/>.
4040
/// </summary>
4141
public static IndexKeysDefinitionBuilder<TDocument> IndexKeys
4242
{

src/MongoDB.Driver/IMongoDatabase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
namespace MongoDB.Driver
2323
{
2424
/// <summary>
25-
/// Representats a database in MongoDB.
25+
/// Represents a database in MongoDB.
2626
/// </summary>
2727
/// <remarks>
2828
/// This interface is not guaranteed to remain stable. Implementors should use

0 commit comments

Comments
 (0)