Skip to content

Commit

Permalink
docs: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Oct 1, 2024
1 parent a56deea commit 2bae2f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/src/error/clone.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ impl Clone for Box<dyn ErrorClone> {
}
}

/// A lossy way to have any error be clonable.
/// A lossy way to have any error be cloneable.
#[derive(Debug, Clone)]
pub struct CloneableError {
error: String,
Expand Down

0 comments on commit 2bae2f4

Please sign in to comment.