Update ObservableHistoryExtensions.cs

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

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

@ -6,7 +6,7 @@ using System.Reactive.Linq;
namespace ReactiveHistory
{
/// <summary>
/// Observable extension methods for the generic <see cref="IObservable{T}"/> implementations.
/// Observable extension methods for the generic observable implementations.
/// </summary>
public static class ObservableHistoryExtensions
{