From 847e71012f8d8d144fb02cc46c5a079c65024047 Mon Sep 17 00:00:00 2001 From: Tig Date: Thu, 11 Jul 2024 16:23:09 -0600 Subject: [PATCH] Touched application.cs to force a build --- Terminal.Gui/Core/Application.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Terminal.Gui/Core/Application.cs b/Terminal.Gui/Core/Application.cs index c7195e5d7..1af183d58 100644 --- a/Terminal.Gui/Core/Application.cs +++ b/Terminal.Gui/Core/Application.cs @@ -53,7 +53,7 @@ namespace Terminal.Gui { /// /// /// When invoked sets the SynchronizationContext to one that is tied - /// to the mainloop, allowing user code to use async/await. + /// to the MainLoop, allowing user code to use async/await. /// /// public static class Application {