File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ internal static DeleteResult FromCore(BulkWriteResult result)
43
43
public abstract long DeletedCount { get ; }
44
44
45
45
/// <summary>
46
- /// Gets a value indicating whether the result is acknowleded .
46
+ /// Gets a value indicating whether the result is acknowledged .
47
47
/// </summary>
48
48
public abstract bool IsAcknowledged { get ; }
49
49
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ internal static ReplaceOneResult FromCore(BulkWriteResult result)
46
46
47
47
// properties
48
48
/// <summary>
49
- /// Gets a value indicating whether the result is acknowleded .
49
+ /// Gets a value indicating whether the result is acknowledged .
50
50
/// </summary>
51
51
public abstract bool IsAcknowledged { get ; }
52
52
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ internal static UpdateResult FromCore(BulkWriteResult result)
46
46
47
47
// properties
48
48
/// <summary>
49
- /// Gets a value indicating whether the result is acknowleded .
49
+ /// Gets a value indicating whether the result is acknowledged .
50
50
/// </summary>
51
51
public abstract bool IsAcknowledged { get ; }
52
52
@@ -83,7 +83,7 @@ protected UpdateResult()
83
83
84
84
// nested classes
85
85
/// <summary>
86
- /// The result of an acknowledgede update operation.
86
+ /// The result of an acknowledged update operation.
87
87
/// </summary>
88
88
public class Acknowledged : UpdateResult
89
89
{
@@ -143,7 +143,7 @@ public override BsonValue UpsertedId
143
143
}
144
144
145
145
/// <summary>
146
- /// The result of an acknowledgede update operation.
146
+ /// The result of an acknowledged update operation.
147
147
/// </summary>
148
148
public class Unacknowledged : UpdateResult
149
149
{
You can’t perform that action at this time.
0 commit comments