File tree Expand file tree Collapse file tree
sysml/src/validation/05-State-based Behavior Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments