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 {
9797
9898 /// An error occurred when trying to execute a write operation consisting of multiple writes.
9999 #[ 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: {:?}" ,
101101 _0
102102 ) ]
103103 BulkWriteError ( BulkWriteFailure ) ,
@@ -325,10 +325,10 @@ pub struct BulkWriteError {
325325/// The set of errors that occurred during a write operation.
326326#[ derive( Clone , Debug ) ]
327327pub 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.
329329 pub write_errors : Option < Vec < BulkWriteError > > ,
330330
331- /// The error that ocurred on account of write concern failure.
331+ /// The error that occurred on account of write concern failure.
332332 pub write_concern_error : Option < WriteConcernError > ,
333333}
334334
You can’t perform that action at this time.
0 commit comments