Skip to content

Commit

Permalink
docs: improve example (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
BBOOXX authored Mar 25, 2024
1 parent d0a7332 commit 26cb26c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/plugins/utils.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ Returns `(cha, err)`:
You can invoke external programs through:

```lua
local child = Command("ls")
local child, err = Command("ls")
:args({ "-a", "-l" })
:stdout(Command.PIPED)
:spawn()
Expand Down

0 comments on commit 26cb26c

Please sign in to comment.