Skip to content

Commit

Permalink
Edit spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
huisthat committed Oct 19, 2021
1 parent 9495e0b commit 4f24c12
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 4f24c12

Please sign in to comment.