Skip to content

Commit dd1bb48

Browse files
committed
Update function_scripts.md
1 parent a34f439 commit dd1bb48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

function_scripts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Place them on SD card in folder /SCRIPTS/FUNCTIONS/
3232

3333
##### Script interface definition
3434

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:
35+
Every script must include a *return* statement at the end, that defines its interface to the rest of OpenTX code. This statement defines:
3636
* script *init* function (optional, see [Init Function Syntax](init_function_syntax.md))
3737
* script *run* function (see [Run Function Syntax](run_function_syntax.md))
3838

0 commit comments

Comments
 (0)