From 41f86a2edd872b4197ca6c287d5c820729b7043d Mon Sep 17 00:00:00 2001 From: whitesnowx Date: Sun, 14 Apr 2024 04:20:25 +0800 Subject: [PATCH] move word cause wrong --- docs/DeveloperGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md index 7f82efa041b..20a879ac086 100644 --- a/docs/DeveloperGuide.md +++ b/docs/DeveloperGuide.md @@ -316,7 +316,7 @@ This is to prevent `SortCommand` from taking on more responsibilities (Separatio #### What designs were considered: **Aspect: Determining order of sorting of an attribute:** -* **Current Design:** Get order of attributes sorting from user input. +* **Current Design:** Get order of sorting attribute from user input. * Pros: More functionality and more suited to the user's needs. * Cons: Harder to implement and guide user to use, may have more leeway for error.