From 81fca38597285059817c73fbf605dac73f69d9f7 Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Tue, 3 Feb 2015 00:34:09 +0100 Subject: [PATCH] Correct comments. --- Perspex.Layout/Layoutable.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Perspex.Layout/Layoutable.cs b/Perspex.Layout/Layoutable.cs index 4a37c9a190..e562363990 100644 --- a/Perspex.Layout/Layoutable.cs +++ b/Perspex.Layout/Layoutable.cs @@ -198,7 +198,7 @@ namespace Perspex.Layout throw new InvalidOperationException("Invalid Arrange rectangle."); } - // If the measure was invalidated during an arrange pass, wait for the arrange pass to + // If the measure was invalidated during an arrange pass, wait for the measure pass to // be re-run. if (!this.IsMeasureValid) {