We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f7924d commit a78def7Copy full SHA for a78def7
rust/stackablectl/src/output/mod.rs
@@ -55,7 +55,7 @@ where
55
let mut report = String::new();
56
57
// Print top most error
58
- write!(report, "An unrecoverable error occured: {self}\n\n")?;
+ write!(report, "An unrecoverable error occurred: {self}\n\n")?;
59
writeln!(
60
report,
61
"Caused by these errors (recent errors listed first):"
0 commit comments