From c44698ba3b17684d7ddb05ac80d65220618b94cf Mon Sep 17 00:00:00 2001 From: zoebelle-pang Date: Mon, 15 Apr 2024 20:30:06 +0800 Subject: [PATCH] no message --- docs/DeveloperGuide.md | 2 +- docs/UserGuide.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md index 1e46afa22f7..edce5609afd 100644 --- a/docs/DeveloperGuide.md +++ b/docs/DeveloperGuide.md @@ -246,7 +246,7 @@ The following sequence diagram shows how a Payment filter operation goes through The following activity diagram summarizes what happens when a tutor executes a filter command. -![PaymentActivityDiagram.png](images%2FPaymentActivityDiagram.png)![PaymentActivityDiagram](images/PaymentActivityDiagram.png![PaymentActivityDiagram.png](images%2FPaymentActivityDiagram.png)) +![PaymentActivityDiagram.png](images%2FPaymentActivityDiagram.png) ### View Command diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 9a57609d6a6..33e47ac2aa5 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -181,7 +181,7 @@ Examples: Categorise students who has `Paid` or `Not paid` -Format: `payment [pa/PAYMENT]` +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`)