From 03a97df75c02e2043f00c40e9ada54f85cef9bcd Mon Sep 17 00:00:00 2001 From: walterlv Date: Sun, 6 May 2018 12:15:41 +0800 Subject: [PATCH] Fix some words spell. --- src/Avalonia.Controls/Grid.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Avalonia.Controls/Grid.cs b/src/Avalonia.Controls/Grid.cs index 7892fdf352..d1c65a273e 100644 --- a/src/Avalonia.Controls/Grid.cs +++ b/src/Avalonia.Controls/Grid.cs @@ -183,13 +183,13 @@ namespace Avalonia.Controls } /// - /// Gets the result of last column measuring produce. + /// Gets the result of last column measuring procedure. /// Use this result to reduce the arrange calculation. /// private GridLayout.MeasureResult _columnMeasureCache; /// - /// Gets the result of last row measuring produce. + /// Gets the result of last row measuring procedure. /// Use this result to reduce the arrange calculation. /// private GridLayout.MeasureResult _rowMeasureCache;