Browse Source

fix comments (#18862)

ingts 5 months ago
parent
commit
283ef6d53c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/Avalonia.Controls/WrapPanel.cs

+ 2 - 2
src/Avalonia.Controls/WrapPanel.cs

@@ -84,7 +84,7 @@ namespace Avalonia.Controls
         }
 
         /// <summary>
-        /// Gets or sets the spacing between lines.
+        /// Gets or sets the spacing between items.
         /// </summary>
         public double ItemSpacing
         {
@@ -93,7 +93,7 @@ namespace Avalonia.Controls
         }
 
         /// <summary>
-        /// Gets or sets the spacing between items.
+        /// Gets or sets the spacing between lines.
         /// </summary>
         public double LineSpacing
         {