Skip to content

Commit 654f31d

Browse files
authored
Fix statement (#12456)
* Fix statement * Fix statement
1 parent 14992d3 commit 654f31d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/core/tutorials/vb-with-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Enhance your application to prompt the user for his or her name and to display i
5757

5858
[!code-vb[GettingStarted#1](../../../samples/snippets/core/tutorials/vb-with-visual-studio/helloworld.vb#1)]
5959

60-
This code replaces the existing <xref:System.Console.WriteLine%2A?displayProperty=nameWithType>, <xref:System.Console.Write%2A?displayProperty=nameWithType>, and <xref:System.Console.ReadKey%2A?displayProperty=nameWithType> statements.
60+
This code replaces the contents of the `Main` method.
6161

6262
![Visual Studio Program file with updated Main method](./media/vb-with-visual-studio/visual-basic-code-window.png)
6363

docs/core/tutorials/with-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Enhance your application to prompt the user for their name and display it along
5555

5656
[!code-csharp[GettingStarted#1](../../../samples/snippets/csharp/getting_started/with_visual_studio/helloworld.cs#1)]
5757

58-
This code replaces the existing <xref:System.Console.WriteLine%2A?displayProperty=nameWithType>, <xref:System.Console.Write%2A?displayProperty=nameWithType>, and <xref:System.Console.ReadKey%2A?displayProperty=nameWithType> statements.
58+
This code replaces the contents of the `Main` method.
5959

6060
![Visual Studio Program c-sharp file with updated Main method](./media/with-visual-studio/visual-csharp-code-window.png)
6161

0 commit comments

Comments
 (0)