Skip to content

Commit

Permalink
Update validation.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Josseye authored Feb 15, 2024
1 parent 361c595 commit 33f36f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homework/password-check/validation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ enum class ErrorCode {
std::string getErrorMessage(int errcode) {
switch (errcode) {
case 0:
return "Ok";
return "ErrorCode::Ok";
case 1:
return "Password Needs AtLeast Nine Characters";
case 2:
Expand Down

0 comments on commit 33f36f0

Please sign in to comment.