Skip to content

Commit 3eb2d46

Browse files
authored
Merge pull request #20 from yellowdolphin/master
typo fix launch_default_app.md
2 parents a70070d + 68360c3 commit 3eb2d46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/lua.scripts.api.manual/dtutils.system/launch_default_app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ open file in default application
1616

1717
## USAGE
1818
```
19-
local dsys = require "lib/dtutils.file"
19+
local dsys = require "lib/dtutils.system"
2020
result = dsys.launch_default_app(path)
2121
```
2222
**path** - _string_ - a file path

0 commit comments

Comments
 (0)