File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ pub enum ErrorKind {
97
97
98
98
/// An error occurred when trying to execute a write operation consisting of multiple writes.
99
99
#[ error(
100
- display = "An error ocurred when trying to execute a write operation: {:?}" ,
100
+ display = "An error occurred when trying to execute a write operation: {:?}" ,
101
101
_0
102
102
) ]
103
103
BulkWriteError ( BulkWriteFailure ) ,
@@ -325,10 +325,10 @@ pub struct BulkWriteError {
325
325
/// The set of errors that occurred during a write operation.
326
326
#[ derive( Clone , Debug ) ]
327
327
pub struct BulkWriteFailure {
328
- /// The error(s) that occured on account of a non write concern failure.
328
+ /// The error(s) that occurred on account of a non write concern failure.
329
329
pub write_errors : Option < Vec < BulkWriteError > > ,
330
330
331
- /// The error that ocurred on account of write concern failure.
331
+ /// The error that occurred on account of write concern failure.
332
332
pub write_concern_error : Option < WriteConcernError > ,
333
333
}
334
334
You can’t perform that action at this time.
0 commit comments