AY2425S1-CS2103-F09-3 / tp

MIT License
0 stars 4 forks source link

Fix the parameter format and massReject's exception message #355

Closed hazzle23 closed 5 days ago

hazzle23 commented 5 days ago

Task 1 Edit the format of the parameters in both UG and exception message of edit, find, delete. Follow this format delete {[n/NAME] | [p/PHONE] | [e/EMAIL]} means exactly 1 delete {[n/NAME] | [p/PHONE] | [e/EMAIL]}+ means at least 1

Task 2 Edit the exception message of massReject put "Accepted" instead of accepted for better clarity