Selaa lähdekoodia

Update documentation a bit

Max Katz 2 vuotta sitten
vanhempi
sitoutus
9ba579a15a
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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.