Skip to content

Commit d14270a

Browse files
committed
Update mix.md
1 parent dd1bb48 commit d14270a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: mix.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Place them on SD card in folder /SCRIPTS/MIXES/
3737

3838
##### Script interface definition
3939

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:
40+
Every script must include a *return* statement at the end, that defines its interface to the rest of OpenTX code. This statement defines:
4141
* script *input* table (optional, see [Input Table Syntax](input_table_syntax.md))
4242
* script *output* table (optional, see [Output Table Syntax](output_table_syntax.md))
4343
* script *init* function (optional, see [Init Function Syntax](init_function_syntax.md))

0 commit comments

Comments
 (0)