Skip to content

Commit

Permalink
Merge pull request #105 from AY2122S1-CS2103-T14-1/linglong-dg-ug
Browse files Browse the repository at this point in the history
Edit spelling error in Developer Guide
  • Loading branch information
huisthat authored Oct 19, 2021
2 parents b7cf9c6 + 4f24c12 commit 36526aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ Given below is an example usage scenario:
However, we chose to implement the `visit` command since a visit can be added without having any visit previously, and overloading the `edit` command can make it confusing to use.


- Replace the exiting person with a new instance with the visit changed:
- Replace the existing person with a new instance with the visit changed:

We want to keep the data safe by ensuring immutability of Person objects. Therefore, we create an instance of Person with modified visit to replace the previous Person object.

Expand Down

0 comments on commit 36526aa

Please sign in to comment.