Skip to content

Commit 96a6342

Browse files
Fixed a typo in XML docs
Co-authored-by: Michael Hawker MSFT (XAML Llama) <[email protected]>
1 parent ac3986a commit 96a6342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Microsoft.Toolkit.Uwp.UI/Extensions/Tree/LogicalTree.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ public static IEnumerable<FrameworkElement> FindParents(this FrameworkElement el
639639
}
640640

641641
/// <summary>
642-
/// Provides a WPF compatible version of TryFindResource to provide a static resource lookup.
642+
/// Provides a WPF compatible version of FindResource to provide a static resource lookup.
643643
/// If the key is not found in the current element's resources, the logical tree is then
644644
/// searched element-by-element to look for the resource in each element's resources.
645645
/// If none of the elements contain the resource, the Application's resources are then searched.

0 commit comments

Comments
 (0)