We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74a3000 commit a00e589Copy full SHA for a00e589
components/process.rst
@@ -146,7 +146,7 @@ operating system, you can write the above command as follows::
146
$process = Process::fromShellCommandline('echo "${:MESSAGE}"');
147
148
Portable commands require using a syntax that is specific to the component: when
149
-enclosing a variable name into ``"{$:`` and ``}"`` exactly, the process object
+enclosing a variable name into ``"${:`` and ``}"`` exactly, the process object
150
will replace it with its escaped value, or will fail if the variable is not
151
found in the list of environment variables attached to the command.
152
0 commit comments