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.
2 parents 0bcf442 + e161551 commit 61940e1Copy full SHA for 61940e1
src/main.rs
@@ -74,7 +74,7 @@ fn main() -> AppResult<()> {
74
75
let error_code = if reowned_database.is_modified() {
76
if let Ok(()) = reowned_database.save(&key, &salt) {
77
- println!("Modifications has been persisted");
+ println!("Modifications have been persisted");
78
0
79
} else {
80
eprintln!("An error occurred during database overwriting");
0 commit comments