Skip to content

Commit

Permalink
Fix ComponentManager diagram formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lpohsien committed Nov 7, 2022
1 parent 8e2ea21 commit de18bfe
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 @@ -95,7 +95,7 @@ the `LogicManager.java` class which follows the `Logic` interface. Other compone
through its interface rather than the concrete class (reason: to prevent outside component's being coupled to the
implementation of a component), as illustrated in the (partial) class diagram below.

![Component Managers](images/diagrams/ComponentManagers.png)){: diagram}
![Component Managers](images/diagrams/ComponentManagers.png){: diagram}

The sections below give more details of each component.

Expand Down

0 comments on commit de18bfe

Please sign in to comment.