Update StackHistoryExtensions.cs

This commit is contained in:
Wiesław Šoltés 2016-09-01 10:03:06 +02:00 коммит произвёл GitHub
Родитель a668bcef2e
Коммит 6e1a199828
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -6,7 +6,7 @@ using System.Collections.Generic;
namespace ReactiveHistory
{
/// <summary>
/// Stack history extension methods for the generic <see cref="IList{T}"/> implementations.
/// Stack history extension methods for the generic list implementations.
/// </summary>
public static class StackHistoryExtensions
{