Skip to content

Commit

Permalink
Fix grammer error
Browse files Browse the repository at this point in the history
  • Loading branch information
BryannYeap authored Nov 8, 2021
1 parent 31caad5 commit 4673157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/seedu/address/model/util/SampleDataUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public static Person[] getSamplePersons() {
getTagSet(),
Optional.of(new Interview("2021-07-30, 17:20")),
Optional.of(new Notes("She is extremely qualified but just lacks the experience."
+ "She could be an asset to the company with under the right guidance."))),
+ "She could be an asset to the company under the right guidance."))),
new Person(new Name("Raze Balakrishnan"), new Phone("82452617"),
new Email("[email protected]"),
new Role("Demolition Expert"),
Expand Down

0 comments on commit 4673157

Please sign in to comment.