Skip to content

Commit

Permalink
[se-edu#144] Fix typo in header comment (se-edu#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
limmlingg authored and damithc committed Mar 15, 2017
1 parent 4f5b987 commit c3c63de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/seedu/addressbook/data/person/Address.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public Address(String address, boolean isPrivate) throws IllegalValueException {
}

/**
* Returns true if a given string is a valid person email.
* Returns true if a given string is a valid person address.
*/
public static boolean isValidAddress(String test) {
return test.matches(ADDRESS_VALIDATION_REGEX);
Expand Down

0 comments on commit c3c63de

Please sign in to comment.