Skip to content

Commit e3f5a7f

Browse files
committed
Fixed ambiguous doc hint
1 parent a5fc9eb commit e3f5a7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Microsoft.Toolkit.Uwp.UI.Controls.Layout/ListDetailsView/ListDetailsView.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ protected override void OnItemsChanged(object e)
454454
}
455455

456456
/// <summary>
457-
/// Updates the <see cref="TwoPaneView.Pane1Length"/> since it is of type <see cref="GridLength"/>,
457+
/// Updates the <see cref="TwoPaneView.Pane1Length"/> since it is of type 'GridLength',
458458
/// but <see cref="ListPaneWidth"/> is of type <see cref="double"/>.
459459
/// This should be changed in a further release.
460460
/// </summary>

0 commit comments

Comments
 (0)