Skip to content

Commit 665649b

Browse files
authored
Fix description of ProcessStartInfo.Environment
The docs incorrectly stated that the value of this property was null. It is never null and cannot be changed.
1 parent 317fa2f commit 665649b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Diagnostics/ProcessStartInfo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ If you use this property to set command-line arguments, <xref:System.Diagnostics
649649
</ReturnValue>
650650
<Docs>
651651
<summary>Gets the environment variables that apply to this process and its child processes.</summary>
652-
<value>A generic dictionary containing the environment variables that apply to this process and its child processes. The default is <see langword="null" />.</value>
652+
<value>A generic dictionary containing the environment variables that apply to this process and its child processes.</value>
653653
<remarks>
654654
<format type="text/markdown"><![CDATA[
655655

0 commit comments

Comments
 (0)