Skip to content

Commit eee60bf

Browse files
minor: fix typo (#1388)
1 parent b8498b0 commit eee60bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ pub const UNKNOWN_TRANSACTION_COMMIT_RESULT: &str = "UnknownTransactionCommitRes
4747
pub type Result<T> = std::result::Result<T, Error>;
4848

4949
/// An error that can occur in the `mongodb` crate. The inner
50-
/// [`ErrorKind`](enum.ErrorKind.html) is wrapped in an `Arc` to allow the errors to be
50+
/// [`ErrorKind`](enum.ErrorKind.html) is wrapped in an `Box` to allow the errors to be
5151
/// cloned.
5252
#[derive(Clone, Debug, Error)]
5353
#[cfg_attr(test, error("Kind: {kind}, labels: {labels:?}, backtrace: {bt}"))]

0 commit comments

Comments
 (0)