Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Sia Zhong Qing committed Apr 13, 2024
1 parent d680da4 commit 44a5d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/seedu/address/model/util/RelatedList.java
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public List<Integer> getAllRelatedIds(RelatedList relatedList, Id id) {
}

/**
* Removes the specified ID from the relatedList.
* Removes all tuples containing specified ID from the relatedList.
*
* @param id The ID to be removed.
*/
Expand Down

0 comments on commit 44a5d29

Please sign in to comment.