Skip to content

Commit 5920fbd

Browse files
committed
Add more explanation about detail omitted to the sequence diagrams
1 parent f1e7ea8 commit 5920fbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/DeveloperGuide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ The following sequence diagram illustrate how an archive operation is processed
287287

288288
![ArchiveSequenceDiagram](images/ArchiveSequenceDiagram-Logic.png)
289289

290-
<div markdown="span" class="alert alert-info">:information_source: **Note:** The lifeline for `ArchiveCommand` should end at the destroy marker (X) but due to a limitation of PlantUML, the lifeline reaches the end of diagram.
290+
<div markdown="span" class="alert alert-info">:information_source: **Note:** The lifeline for `ArchiveCommand` should end at the destroy marker (X) but due to a limitation of PlantUML, the lifeline reaches the end of diagram. Some details like parameters of function is omitted for simplicity.
291291

292292
Scenario 3 Loading from a file
293293

@@ -298,7 +298,7 @@ The following sequence diagram illustrate how an archive operation is processed
298298

299299
![LoadSequenceDiagram](images/LoadSequenceDiagram-Logic.png)
300300

301-
<div markdown="span" class="alert alert-info">:information_source: **Note:** The lifeline for `LoadCommand` should end at the destroy marker (X) but due to a limitation of PlantUML, the lifeline reaches the end of diagram.
301+
<div markdown="span" class="alert alert-info">:information_source: **Note:** The lifeline for `LoadCommand` should end at the destroy marker (X) but due to a limitation of PlantUML, the lifeline reaches the end of diagram. Some details like parameters of function is omitted for simplicity.
302302

303303
-------------------------------------------------------------------------------
304304

0 commit comments

Comments
 (0)