Skip to content

Commit 22e07c7

Browse files
committed
gitlab: fix comment about Dispatcher method name
1 parent abb5dd3 commit 22e07c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/GitLab.UI.Avalonia/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public static void Main(string[] args)
3333
// Process the dispatcher job queue (aka: message pump, run-loop, etc...)
3434
// We must ensure to run this on the same thread that it was created on
3535
// (the main thread) so we cannot use any async/await calls between
36-
// Dispatcher.Create and Run.
36+
// Dispatcher.Initialize and Run.
3737
Dispatcher.MainThread.Run();
3838

3939
// Execution should never reach here as AppMain terminates the process on completion.

0 commit comments

Comments
 (0)