From b43f543d75e4714938fcdde75bb6bdd274f249d1 Mon Sep 17 00:00:00 2001 From: seris370 <1812563232@qq.com> Date: Mon, 11 Nov 2019 22:38:07 +0800 Subject: [PATCH] Fix typo in DG --- docs/DeveloperGuide.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DeveloperGuide.adoc b/docs/DeveloperGuide.adoc index 07d2bf8f86d..52674c57fdd 100644 --- a/docs/DeveloperGuide.adoc +++ b/docs/DeveloperGuide.adoc @@ -866,7 +866,7 @@ Step 6. The user executes `deleteplan 1`, which calls `Model#getFilteredPlanList ** Cons: Adds coupling due to access to `filteredProblemList` in the model. * **Alternative 3:** By exactly-matching tags of the original problem. ** Pros: User-friendly. -** Cons: MAdds coupling due to access to `filteredProblemList` in the model as the wrapped-up task does not have a tag list field. +** Cons: Adds coupling due to access to `filteredProblemList` in the model as the wrapped-up task does not have a tag list field. // end::plan[] //@@author