Skip to content

Commit a0a626a

Browse files
committed
ST6RI-818 Corrected comments in State-based Behavior validation models.
1 parent f669790 commit a0a626a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

sysml/src/validation/05-State-based Behavior/5-State-based Behavior-1.sysml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ package '5-State-based Behavior-1' {
8888
* The transition definition for a transition usage is always implicit.
8989
* "accept" marks the trigger, "if" the guard and "do" the effect.
9090
*
91-
* The notation "'Start Signal'()" constructs a specific instance of the
91+
* The notation "new 'Start Signal'()" constructs a specific instance of the
9292
* 'Start Signal' attribute def to be sent to the 'vehicleController'. If the
9393
* attribute def had properties, their values would be given as arguments
94-
* inside the parhentheses.
94+
* inside the parentheses.
9595
*/
9696
}
9797

sysml/src/validation/05-State-based Behavior/5-State-based Behavior-1a.sysml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ package '5-State-based Behavior-1a' {
8989
* The transition definition for a transition usage is always implicit.
9090
* "accept" marks the trigger, "if" the guard and "do" the effect.
9191
*
92-
* The notation "'Start Signal'()" constructs a specific instance of the
92+
* The notation "'new Start Signal'()" constructs a specific instance of the
9393
* 'Start Signal' attribute def to be sent to the 'vehicleController'. If the
9494
* attribute def had properties, their values would be given as arguments
95-
* inside the parhentheses.
95+
* inside the parentheses.
9696
*/
9797
}
9898

0 commit comments

Comments
 (0)