Skip to content

Commit

Permalink
Merge pull request #299 from kimxw/docs/archi-bugs
Browse files Browse the repository at this point in the history
Fix label in archi diagram for Model
  • Loading branch information
kimxw authored Nov 12, 2024
2 parents f4f788f + e853d57 commit bbeaf52
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -119,7 +119,7 @@ How the parsing works:
### Model component
**API** : [`Model.java`](https://github.com/AY2425S1-CS2103T-W09-2/tp/tree/master/src/main/java/seedu/address/model/Model.java)

<puml src="diagrams/ModelClassDiagram.puml" width="650" />
<img src="images/ModelClassDiagram.png" width="750" />

<box type="important" seamless> The unnamed box encosing some of the classess is drawn only to provide visual clarity and does not imply the existence of a package. </box>

Expand Down
Binary file modified docs/images/ModelClassDiagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bbeaf52

Please sign in to comment.