Skip to content

Commit 1f66f56

Browse files
committed
bug #12900 Update process.rst (atailouloute)
This PR was merged into the 4.4 branch. Discussion ---------- Update process.rst Commits ------- a00e589 Update process.rst
2 parents 74a3000 + a00e589 commit 1f66f56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/process.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ operating system, you can write the above command as follows::
146146
$process = Process::fromShellCommandline('echo "${:MESSAGE}"');
147147

148148
Portable commands require using a syntax that is specific to the component: when
149-
enclosing a variable name into ``"{$:`` and ``}"`` exactly, the process object
149+
enclosing a variable name into ``"${:`` and ``}"`` exactly, the process object
150150
will replace it with its escaped value, or will fail if the variable is not
151151
found in the list of environment variables attached to the command.
152152

0 commit comments

Comments
 (0)