Skip to content

Commit

Permalink
Update Email.java
Browse files Browse the repository at this point in the history
  • Loading branch information
aditi2313 authored Feb 24, 2022
1 parent 4957172 commit 7aa7efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/seedu/address/model/person/Email.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public Email(String email) {
}

/**
* Returns if a given string is a valid email.
* Returns if a given string is a valid email.\
*/
public static boolean isValidEmail(String test) {
return test.matches(VALIDATION_REGEX);
Expand Down

0 comments on commit 7aa7efe

Please sign in to comment.