Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit db00183

Browse files
committed
Fix typo.
1 parent 022271e commit db00183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.App/Collections/IVirtualizingListSource.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace GitHub.Collections
1010
/// </summary>
1111
/// <typeparam name="T">The item type.</typeparam>
1212
/// <remarks>
13-
/// This interface is used the the <see cref="VirtualizingList{T}"/> class to load pages of data.
13+
/// This interface is used by the <see cref="VirtualizingList{T}"/> class to load pages of data.
1414
/// </remarks>
1515
public interface IVirtualizingListSource<T> : IDisposable, INotifyPropertyChanged
1616
{

0 commit comments

Comments
 (0)