Browse Source

Merge pull request #957 from svenjawendler/patch-10

Added 'state machine' for SEO
Rainer Klute 9 years ago
parent
commit
b8f3c08a26

+ 1 - 1
plugins/org.yakindu.sct.doc.user/src/user-guide/generating_code.textile

@@ -425,7 +425,7 @@ h4(#c-fundamental-statechart-methods). Fundamental statechart methods
 
 
 The generated code contains fundamental methods to initialize, enter, and exit a state machine, as well as a method to start a run-to-completion step.
 The generated code contains fundamental methods to initialize, enter, and exit a state machine, as well as a method to start a run-to-completion step.
 
 
-In the header file the method names are made up of the statechart name followed by the name of the respective functionality. For example, the methods of the traffic light example are generated as follows:
+In the header file the method names are made up of the state machine name followed by the name of the respective functionality. For example, the methods of the traffic light example are generated as follows:
 
 
 bc.. 
 bc.. 
 /*! Initializes the TrafficLight state machine data structures. Must be called before first usage.*/
 /*! Initializes the TrafficLight state machine data structures. Must be called before first usage.*/