We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd00038 commit 05ccab6Copy full SHA for 05ccab6
src/MongoDB.Driver/Builders.cs
@@ -36,7 +36,7 @@ public static FilterDefinitionBuilder<TDocument> Filter
36
}
37
38
/// <summary>
39
- /// Gets an <see cref="IndexKeysDefinitionBuilder{TDocument}"/>.
+ /// Gets a <see cref="IndexKeysDefinitionBuilder{TDocument}"/>.
40
/// </summary>
41
public static IndexKeysDefinitionBuilder<TDocument> IndexKeys
42
{
src/MongoDB.Driver/IMongoDatabase.cs
@@ -22,7 +22,7 @@
22
namespace MongoDB.Driver
23
24
25
- /// Representats a database in MongoDB.
+ /// Represents a database in MongoDB.
26
27
/// <remarks>
28
/// This interface is not guaranteed to remain stable. Implementors should use
0 commit comments