Skip to content

Commit

Permalink
Merge pull request #197 from iamtr/branch-add-special-characters-for-…
Browse files Browse the repository at this point in the history
…name

Add comma to description
  • Loading branch information
iamtr authored Apr 12, 2024
2 parents dbb4eb0 + 7acba8b commit 2fe0459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/seedu/address/model/person/Name.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class Name {

public static final String MESSAGE_CONSTRAINTS =
"Names should only contain alphanumeric characters and spaces, "
+ "and only these special characters (' / -), "
+ "and only these special characters (\" ' \" , \" , \" , \" / \" , \" - \"), "
+ "and it should not be blank";
/*
* The first character of the address must not be a whitespace,
Expand Down

0 comments on commit 2fe0459

Please sign in to comment.