Browse Source

Fix some words spell.

pull/1517/head
walterlv 8 years ago
parent
commit
03a97df75c
  1. 4
      src/Avalonia.Controls/Grid.cs

4
src/Avalonia.Controls/Grid.cs

@ -183,13 +183,13 @@ namespace Avalonia.Controls
}
/// <summary>
/// Gets the result of last column measuring produce.
/// Gets the result of last column measuring procedure.
/// Use this result to reduce the arrange calculation.
/// </summary>
private GridLayout.MeasureResult _columnMeasureCache;
/// <summary>
/// Gets the result of last row measuring produce.
/// Gets the result of last row measuring procedure.
/// Use this result to reduce the arrange calculation.
/// </summary>
private GridLayout.MeasureResult _rowMeasureCache;

Loading…
Cancel
Save