We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd1bb48 commit d14270aCopy full SHA for d14270a
mix.md
@@ -37,7 +37,7 @@ Place them on SD card in folder /SCRIPTS/MIXES/
37
38
##### Script interface definition
39
40
-Every mix 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:
41
* script *input* table (optional, see [Input Table Syntax](input_table_syntax.md))
42
* script *output* table (optional, see [Output Table Syntax](output_table_syntax.md))
43
* script *init* function (optional, see [Init Function Syntax](init_function_syntax.md))
0 commit comments