Skip to content

Commit 61940e1

Browse files
authored
chore(src/main.rs): fix typo (#534)
hi, awesome project, thank you! just noticed a typo, doesn't break any tests.
2 parents 0bcf442 + e161551 commit 61940e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ fn main() -> AppResult<()> {
7474

7575
let error_code = if reowned_database.is_modified() {
7676
if let Ok(()) = reowned_database.save(&key, &salt) {
77-
println!("Modifications has been persisted");
77+
println!("Modifications have been persisted");
7878
0
7979
} else {
8080
eprintln!("An error occurred during database overwriting");

0 commit comments

Comments
 (0)