Skip to content

Commit e9e228c

Browse files
committed
Fix colon issues
1 parent ce1ce2a commit e9e228c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/DeveloperGuide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ The implementation of `Model#unlinkFriend()` is as follows:
336336

337337
![Implementation of unlink command in model](images/UnlinkSequenceDiagram2.png)
338338

339-
#### Design considerations
339+
#### 4.3.2 Design Considerations
340340
- As mentioned previously in the implementation for [link](#42-link-feature), the use of a separate `GameFriendLink` class to which only the `Friend` class has a reference to greatly simplifies the unlinking command as only the `Friend` objects (and not the `Game` objects) have to be changed.
341341

342342
### 4.4 Schedule Feature

0 commit comments

Comments
 (0)