浏览代码

Update documentation a bit

Max Katz 2 年之前
父节点
当前提交
9ba579a15a
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/Avalonia.Base/Input/IInputRoot.cs
  2. 1 1
      src/Avalonia.Controls/Application.cs

+ 1 - 1
src/Avalonia.Base/Input/IInputRoot.cs

@@ -23,7 +23,7 @@ namespace Avalonia.Input
         IFocusManager? FocusManager { get; }
         
         /// <summary>
-        /// Represents a contract for accessing platform-specific settings and information.
+        /// Represents a contract for accessing top-level platform-specific settings.
         /// </summary>
         /// <remarks>
         /// PlatformSettings can be null only if window wasn't initialized yet.

+ 1 - 1
src/Avalonia.Controls/Application.cs

@@ -181,7 +181,7 @@ namespace Avalonia
         public IApplicationLifetime? ApplicationLifetime { get; set; }
 
         /// <summary>
-        /// Represents a contract for accessing platform-specific settings and information.
+        /// Represents a contract for accessing global platform-specific settings.
         /// </summary>
         /// <remarks>
         /// PlatformSettings can be null only if application wasn't initialized yet.