Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit 1097ce7

Browse files
committed
Style
1 parent 258e314 commit 1097ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WpfObservableRangeCollection/WpfObservableRangeCollection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
namespace CodingNinja.Wpf.ObjectModel;
1212

1313
/// <summary>
14-
/// Wpf version of <see cref="ObservableRangeCollection{T}"/> with <see cref="CollectionView"/> support.
14+
/// WPF version of <see cref="ObservableRangeCollection{T}"/> with <see cref="CollectionView"/> support.
1515
/// </summary>
1616
/// <remarks>If the <see cref="NotSupportedException"/> still occurred, try using <see cref="BindingOperations.EnableCollectionSynchronization(IEnumerable, Object)"/>.</remarks>
1717
/// <typeparam name="T"></typeparam>

0 commit comments

Comments
 (0)