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 02632e9 commit 54a5407Copy full SHA for 54a5407
src/main.rs
@@ -33,7 +33,7 @@ fn main() -> Result<(), String> {
33
let to_content = match fs::read(&to) {
34
Ok(to_content) => to_content,
35
Err(e) => {
36
- return Err(format!("Failed to read from-file: {e}"));
+ return Err(format!("Failed to read to-file: {e}"));
37
}
38
};
39
// run diff
0 commit comments