Skip to content

Commit b7988ae

Browse files
committed
Updated incorrect doc header for GetNameCore on BladeItemAutomationPeer
1 parent 6ebb1c6 commit b7988ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Microsoft.Toolkit.Uwp.UI.Controls/BladeView/BladeItemAutomationPeer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ protected override string GetClassNameCore()
5656
/// Returns the first of these that is not null or empty:
5757
/// - Value returned by the base implementation
5858
/// - Name of the owning BladeItem
59-
/// - Carousel class name
59+
/// - BladeItem class name
6060
/// </returns>
6161
protected override string GetNameCore()
6262
{

0 commit comments

Comments
 (0)