Skip to content

Commit 5ecabb3

Browse files
authored
Fix description of ProcessStartInfo.Environment (#11307)
1 parent 38729b0 commit 5ecabb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Diagnostics/ProcessStartInfo.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ If you use this property to set command-line arguments, <xref:System.Diagnostics
645645
</ReturnValue>
646646
<Docs>
647647
<summary>Gets the environment variables that apply to this process and its child processes.</summary>
648-
<value>A generic dictionary containing the environment variables that apply to this process and its child processes. The default is <see langword="null" />.</value>
648+
<value>A generic dictionary containing the environment variables that apply to this process and its child processes.</value>
649649
<remarks>
650650
<format type="text/markdown"><![CDATA[
651651
@@ -728,7 +728,7 @@ If you use this property to set command-line arguments, <xref:System.Diagnostics
728728
</ReturnValue>
729729
<Docs>
730730
<summary>Gets search paths for files, directories for temporary files, application-specific options, and other similar information.</summary>
731-
<value>A string dictionary that provides environment variables that apply to this process and child processes. The default is <see langword="null" />.</value>
731+
<value>A string dictionary that provides environment variables that apply to this process and child processes.</value>
732732
<remarks>
733733
<format type="text/markdown"><![CDATA[
734734

0 commit comments

Comments
 (0)