Skip to content

Commit 16029fb

Browse files
syntaxartisanBuildTools
andauthored
Verbiage correction (two verbs in a row) (dotnet#9129)
Co-authored-by: BuildTools <[email protected]>
1 parent 06aa69d commit 16029fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System/Environment.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
Use the <xref:System.Environment> class to retrieve information such as command-line arguments, the exit code, environment variable settings, contents of the call stack, time since last system boot, and the version of the common language runtime.
6868
6969
## Examples
70-
The following example demonstrates displays a list of information about the current environment.
70+
The following example displays a list of information about the current environment.
7171
7272
:::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR/environment.class/CPP/env0.cpp" id="Snippet1":::
7373
:::code language="csharp" source="~/snippets/csharp/System/Environment/Overview/env0.cs" id="Snippet1":::

0 commit comments

Comments
 (0)