Skip to content

Commit 962eff4

Browse files
authored
Update README.md
1 parent 48b138f commit 962eff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/37-validity-of-password/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A website requires the users to input a username and password to register. Write
1111
5. Minimum length of password: 6.
1212
6. Maximum length of password: 12.
1313

14-
Your program should accept a password and verify it according to the previous criteria. If the password is successfully validated, the function returns the following string `"Valid password"`. Otherwise, it returns `"Invalid password. Please try again."`.
14+
Your program should accept a password and verify it according to the previous criteria. If the password is successfully validated, the function returns the following string `"Valid password"`. Otherwise, it returns `"Invalid password. Please try again"`.
1515

1616
## 📎 Example input:
1717

0 commit comments

Comments
 (0)