diff --git a/src/Avalonia.Layout/LayoutHelper.cs b/src/Avalonia.Layout/LayoutHelper.cs index 6ca4647c24..c235bcd90f 100644 --- a/src/Avalonia.Layout/LayoutHelper.cs +++ b/src/Avalonia.Layout/LayoutHelper.cs @@ -64,7 +64,7 @@ namespace Avalonia.Layout } /// - /// Invalidates measure for this instance and all visual children recursively. + /// Invalidates measure for given control and all visual children recursively. /// public static void InvalidateSelfAndChildrenMeasure(ILayoutable control) {