diff --git a/docs/diagrams/CommitActivityDiagram.puml b/docs/diagrams/CommitActivityDiagram.puml index 22c03266cfa..a97ac706a94 100644 --- a/docs/diagrams/CommitActivityDiagram.puml +++ b/docs/diagrams/CommitActivityDiagram.puml @@ -1,25 +1,26 @@ @startuml +scale 1.5 skin rose skinparam ActivityFontSize 15 skinparam ArrowFontSize 12 start :User inputs and executes command; +:Parse command; 'Since the beta syntax does not support placing the condition outside the 'diamond we place it as the true branch instead. -: Parse command; if () then ([command will modify CampusConnect]) :Purge undone states; :Save current CampusConnect; - :Excutes Command; + :Execute Command; if () then ([command execution fails]) - : Recover to old version of + :Recover to old version of CampusConnect; else ([else]) endif else ([else]) -:Excutes Command; +:Execute Command; endif stop @enduml