Skip to content

Commit 6c3af62

Browse files
committed
fixing typo.
1 parent 0317906 commit 6c3af62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MongoDB.Driver/IMongoIndexManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public interface IMongoIndexManager<TDocument>
5252
/// <param name="options">The options.</param>
5353
/// <param name="cancellationToken">The cancellation token.</param>
5454
/// <returns>
55-
/// A task whos result is the name of the index that was created.
55+
/// A task whose result is the name of the index that was created.
5656
/// </returns>
5757
Task<string> CreateOneAsync(IndexKeysDefinition<TDocument> keys, CreateIndexOptions options = null, CancellationToken cancellationToken = default(CancellationToken));
5858

0 commit comments

Comments
 (0)