Skip to content

Commit

Permalink
fix typo (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyu08 authored Nov 29, 2023
1 parent ed301e6 commit 66776d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usecases/invalid_arg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ impl Usecase for InvalidArg {
}

fn get_message() -> String {
"Invalid argment.".to_string()
"Invalid argument.".to_string()
}

0 comments on commit 66776d9

Please sign in to comment.