Skip to content

Commit

Permalink
Fixed a typo in the documentation for the Builders class and for the …
Browse files Browse the repository at this point in the history
…IMongoDatabase class
  • Loading branch information
dlee148 authored and rstam committed Sep 18, 2017
1 parent fd00038 commit 05ccab6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/MongoDB.Driver/Builders.cs
Expand Up @@ -36,7 +36,7 @@ public static FilterDefinitionBuilder<TDocument> Filter
}

/// <summary>
/// Gets an <see cref="IndexKeysDefinitionBuilder{TDocument}"/>.
/// Gets a <see cref="IndexKeysDefinitionBuilder{TDocument}"/>.
/// </summary>
public static IndexKeysDefinitionBuilder<TDocument> IndexKeys
{
Expand Down
2 changes: 1 addition & 1 deletion src/MongoDB.Driver/IMongoDatabase.cs
Expand Up @@ -22,7 +22,7 @@
namespace MongoDB.Driver
{
/// <summary>
/// Representats a database in MongoDB.
/// Represents a database in MongoDB.
/// </summary>
/// <remarks>
/// This interface is not guaranteed to remain stable. Implementors should use
Expand Down

0 comments on commit 05ccab6

Please sign in to comment.