We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a34f439 commit dd1bb48Copy full SHA for dd1bb48
function_scripts.md
@@ -32,7 +32,7 @@ Place them on SD card in folder /SCRIPTS/FUNCTIONS/
32
33
##### Script interface definition
34
35
-Every function script must include a *return* statement at the end, that defines its interface to the rest of OpenTX code. This statement defines:
+Every script must include a *return* statement at the end, that defines its interface to the rest of OpenTX code. This statement defines:
36
* script *init* function (optional, see [Init Function Syntax](init_function_syntax.md))
37
* script *run* function (see [Run Function Syntax](run_function_syntax.md))
38
0 commit comments