From f8024b7e99946a987a7a626f13907f7caaf074dc Mon Sep 17 00:00:00 2001 From: Darren Date: Mon, 13 Nov 2023 20:22:34 +0800 Subject: [PATCH] Fix bug --- docs/DeveloperGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md index d4f185c0ce2..1cfc4aa69ba 100644 --- a/docs/DeveloperGuide.md +++ b/docs/DeveloperGuide.md @@ -66,7 +66,7 @@ For example, the `Logic` component's API is defined in `Logic.java`, and its fun - The UI component is responsible for handling all user interface operations. - + The UI is composed of various components such as `MainWindow`, `CommandBox`, `ResultDisplay`, `PersonListPanel`, and `StatusBarFooter`, all of which inherit from the `UiPart` class.