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 0317906 commit 6c3af62Copy full SHA for 6c3af62
src/MongoDB.Driver/IMongoIndexManager.cs
@@ -52,7 +52,7 @@ public interface IMongoIndexManager<TDocument>
52
/// <param name="options">The options.</param>
53
/// <param name="cancellationToken">The cancellation token.</param>
54
/// <returns>
55
- /// A task whos result is the name of the index that was created.
+ /// A task whose result is the name of the index that was created.
56
/// </returns>
57
Task<string> CreateOneAsync(IndexKeysDefinition<TDocument> keys, CreateIndexOptions options = null, CancellationToken cancellationToken = default(CancellationToken));
58
0 commit comments