Open nus-pe-bot opened 2 days ago
In the sequence diagram, it is shown that deletePerson(1) is executed.
deletePerson(1)
However, in the source code, we see that deletePerson is instead called with a Person object instead.
deletePerson
Person
[original: nus-cs2103-AY2425S1/pe-interim#727] [original labels: severity.Low type.DocumentationBug]
No details provided by team.
Duplicate of #3460
In the sequence diagram, it is shown that
deletePerson(1)
is executed.However, in the source code, we see that
deletePerson
is instead called with aPerson
object instead.[original: nus-cs2103-AY2425S1/pe-interim#727] [original labels: severity.Low type.DocumentationBug]