diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md index 5c00c9fe52e..50acec16a9d 100644 --- a/docs/DeveloperGuide.md +++ b/docs/DeveloperGuide.md @@ -598,4 +598,4 @@ Team size: 4 5. Improvements to accepted naming convention. (e.g. accept names with s/o, reject entries containing numerical characters) 6. Distinguish identical names more adequately. (e.g. Andrew is set to Andrew(1) if identical entries already exists) 7. Improve preciseness of error messages to assist users more adequately in identifying issue. (e.g. m/ is not a valid parameter instead of showing the entire line of accepted command) -8. Standardise all variations to the same status terms like "Paid", "Not Paid", "Present" and "Absent" for consistency \ No newline at end of file +8. Standardise all variations to the same status terms like "Paid", "Not Paid", "Present" and "Absent" for consistency diff --git a/docs/UserGuide.md b/docs/UserGuide.md index deb240c82bf..50d0d57dc60 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -183,7 +183,7 @@ Format: `payment [pa/PAYMENT]` * The search is case-insensitive. (i.e. `paid` will match `PAID`) * Only full words will be matched. (i.e. `Not paid` will not match `Not p`) -* The displayed output matches the user's input exactly. (i.e., if the user inputs `PaId` it will be +* The displayed output matches the user's input exactly. (i.e., if the user inputs `PaId` it will be displayed as `PaId`) Examples * `payment pa/Paid` return students with payment: `Paid`