浏览代码

Changes xml doc as @tig suggest.

BDisp 1 年之前
父节点
当前提交
8f4fc23e59
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Terminal.Gui/Application/Application.cs

+ 2 - 2
Terminal.Gui/Application/Application.cs

@@ -713,9 +713,9 @@ public static partial class Application
     ///         <see cref="RunLoop(RunState)"/> method will only process any pending events, timers, idle handlers and then
     ///         <see cref="RunLoop(RunState)"/> method will only process any pending events, timers, idle handlers and then
     ///         return control immediately.
     ///         return control immediately.
     ///     </para>
     ///     </para>
-    ///     <para>Calling <see cref="Init"/> first is not needed if only <see cref="Run{T}"/> or
+    ///     <para>When using <see cref="Run{T}"/> or
     ///         <see cref="Run(System.Func{System.Exception,bool},Terminal.Gui.ConsoleDriver)"/>
     ///         <see cref="Run(System.Func{System.Exception,bool},Terminal.Gui.ConsoleDriver)"/>
-    ///         has been used, otherwise it's needed to call <see cref="Init"/> first.
+    ///         <see cref="Init"/> will be called automatically.
     ///     </para>
     ///     </para>
     ///     <para>
     ///     <para>
     ///         RELEASE builds only: When <paramref name="errorHandler"/> is <see langword="null"/> any exceptions will be
     ///         RELEASE builds only: When <paramref name="errorHandler"/> is <see langword="null"/> any exceptions will be