Skip to content

Commit

Permalink
Merge pull request #175 from AY2324S1-CS2103T-T12-4/branch-fix-bugs
Browse files Browse the repository at this point in the history
Fix bug
  • Loading branch information
ryanongwx authored Nov 13, 2023
2 parents a7c0890 + f8024b7 commit ad1858f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<puml src="diagrams/UiClassDiagram.puml" alt="Structure of the UI Component"/>
<puml src="diagrams/UiDetailedClassDiagram.puml">
<puml src="diagrams/UiDetailedClassDiagram.puml"/>

The UI is composed of various components such as `MainWindow`, `CommandBox`, `ResultDisplay`, `PersonListPanel`, and `StatusBarFooter`, all of which inherit from the `UiPart` class.

Expand Down

0 comments on commit ad1858f

Please sign in to comment.