浏览代码

Comment fix.

Dariusz Komosinski 6 年之前
父节点
当前提交
b78b10c596
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)
         {