Quellcode durchsuchen

Touched application.cs to force a build

Tig vor 1 Jahr
Ursprung
Commit
847e71012f
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      Terminal.Gui/Core/Application.cs

+ 1 - 1
Terminal.Gui/Core/Application.cs

@@ -53,7 +53,7 @@ namespace Terminal.Gui {
 	///   </para>
 	///   </para>
 	///   <para>
 	///   <para>
 	///     When invoked sets the SynchronizationContext to one that is tied
 	///     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.
 	///   </para>
 	///   </para>
 	/// </remarks>
 	/// </remarks>
 	public static class Application {
 	public static class Application {