Skip to content

Commit e161551

Browse files
chore(src/main.rs): fix typo
1 parent 0bcf442 commit e161551

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)