Skip to content

Commit 90ab49c

Browse files
authored
Update Program.cs
1 parent 4140b12 commit 90ab49c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ListViewMaui/ListViewMaui/Platforms/iOS/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public class Program
88
// This is the main entry point of the application.
99
static void Main(string[] args)
1010
{
11-
// If you want to use a different Application Delegate class from "AppDelegate,"
11+
// If you want to use a different Application Delegate class from "AppDelegate",
1212
// you can specify it here.
1313
UIApplication.Main(args, null, typeof(AppDelegate));
1414
}

0 commit comments

Comments
 (0)