Skip to content

Commit e8e079c

Browse files
authored
Fix Grid SetFinalSize method comment (#3909)
1 parent 7c477e8 commit e8e079c

File tree

1 file changed

+1
-1
lines changed
  • src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls

1 file changed

+1
-1
lines changed

src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Grid.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2084,7 +2084,7 @@ private double CalculateDesiredSize(
20842084
/// </summary>
20852085
/// <param name="definitions">Array of definitions to process.</param>
20862086
/// <param name="finalSize">Final size to lay out to.</param>
2087-
/// <param name="rows">True if sizing row definitions, false for columns</param>
2087+
/// <param name="columns">True if sizing row definitions, false for columns</param>
20882088
private void SetFinalSize(
20892089
DefinitionBase[] definitions,
20902090
double finalSize,

0 commit comments

Comments
 (0)