Browse Source

Comment fix.

Dariusz Komosinski 6 years ago
parent
commit
b78b10c596
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Avalonia.Layout/LayoutHelper.cs

+ 1 - 1
src/Avalonia.Layout/LayoutHelper.cs

@@ -64,7 +64,7 @@ namespace Avalonia.Layout
         }
 
         /// <summary>
-        /// Invalidates measure for this instance and all visual children recursively.
+        /// Invalidates measure for given control and all visual children recursively.
         /// </summary>
         public static void InvalidateSelfAndChildrenMeasure(ILayoutable control)
         {