From b78b10c59642dea90a907e38bce9e6ca91157dfe Mon Sep 17 00:00:00 2001 From: Dariusz Komosinski Date: Sat, 30 Nov 2019 15:30:49 +0100 Subject: [PATCH] Comment fix. --- src/Avalonia.Layout/LayoutHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {