Bläddra i källkod

Update documentation a bit

Max Katz 2 år sedan
förälder
incheckning
9ba579a15a
2 ändrade filer med 2 tillägg och 2 borttagningar
  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; }
         IFocusManager? FocusManager { get; }
         
         
         /// <summary>
         /// <summary>
-        /// Represents a contract for accessing platform-specific settings and information.
+        /// Represents a contract for accessing top-level platform-specific settings.
         /// </summary>
         /// </summary>
         /// <remarks>
         /// <remarks>
         /// PlatformSettings can be null only if window wasn't initialized yet.
         /// 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; }
         public IApplicationLifetime? ApplicationLifetime { get; set; }
 
 
         /// <summary>
         /// <summary>
-        /// Represents a contract for accessing platform-specific settings and information.
+        /// Represents a contract for accessing global platform-specific settings.
         /// </summary>
         /// </summary>
         /// <remarks>
         /// <remarks>
         /// PlatformSettings can be null only if application wasn't initialized yet.
         /// PlatformSettings can be null only if application wasn't initialized yet.