浏览代码

Merge pull request #957 from svenjawendler/patch-10

Added 'state machine' for SEO
Rainer Klute 9 年之前
父节点
当前提交
b8f3c08a26
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/org.yakindu.sct.doc.user/src/user-guide/generating_code.textile

+ 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.
 
-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.. 
 /*! Initializes the TrafficLight state machine data structures. Must be called before first usage.*/