From 7dfa885807bbafcfc6d4346445eefdcb22f662df Mon Sep 17 00:00:00 2001 From: AlyssaPng Date: Mon, 13 Nov 2023 22:50:16 +0800 Subject: [PATCH] Edit DG --- docs/DeveloperGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md index 69691fb0052..3a14bc7e4bf 100644 --- a/docs/DeveloperGuide.md +++ b/docs/DeveloperGuide.md @@ -338,7 +338,7 @@ The following sequence diagram shows how the gather emails by `FinancialPlan` fi * **Pros:** Easy to implement. Limits the potential for bugs. * **Cons:** Limited filtering options. -* **Alternative 2:** User can search by multiple `FinancialPlan` or `Tag` fields. +* **Alternative 2:** User can search by multiple `FinancialPlan` and `Tag` fields. * **Pros:** More flexible (e.g. gathering by a combination of `FinancialPlan` and `Tag`). * **Cons:** Introduces more complexity and requires additional error handling.