Skip to content

Commit b5d5580

Browse files
authored
fix typo (dotnet#9489)
1 parent 0b83b36 commit b5d5580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/csharp/System/DateTime/ToString/ToString2.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
public class DateToStringExample2
55
{
6-
public static void Main0()
6+
public static void Main()
77
{
88
DateTime dateValue = new DateTime(2008, 6, 15, 21, 15, 07);
99
// Create an array of standard format strings.

0 commit comments

Comments
 (0)