Skip to content

Commit 5957b0b

Browse files
authored
Fix documentation of option :stderr_to_stdout for System.cmd (#13597)
1 parent 43788c0 commit 5957b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/system.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1054,7 +1054,7 @@ defmodule System do
10541054
* `:arg0` - sets the command arg0
10551055
10561056
* `:stderr_to_stdout` - redirects stderr to stdout when `true`, no effect
1057-
if `use_stdio` is `false``.
1057+
if `use_stdio` is `false`.
10581058
10591059
* `:use_stdio` - `true` by default, setting it to false allows direct
10601060
interaction with the terminal from the callee

0 commit comments

Comments
 (0)