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.
2 parents 74a3000 + a00e589 commit 1f66f56Copy full SHA for 1f66f56
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