Skip to content

Commit c9aa50c

Browse files
Update extension_modules.md
Fix syntex error in example code in en version.
1 parent a5172d8 commit c9aa50c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manual/extension_modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ For task tasks or plugins that are not a main entry, you can use this:
2727

2828
```lua
2929
task("hello")
30-
on_run(function ())
30+
on_run(function ()
3131
import("core.base.option")
3232
print(option.get("info"))
3333
end)

0 commit comments

Comments
 (0)