File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Rx.NET/Source/src/System.Reactive/Linq Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -566,7 +566,7 @@ public static IObservable<TSource> Repeat<TSource>(this IObservable<TSource> sou
566
566
/// <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
567
567
/// <typeparam name="TSignal">The arbitrary element type signaled by the handler observable.</typeparam>
568
568
/// <param name="source">Observable sequence to keep repeating when it successfully terminates.</param>
569
- /// <param name="handler">The function that is called for each observer and takes an observable sequence objects.
569
+ /// <param name="handler">The function that is called for each observer and takes an observable sequence of objects.
570
570
/// It should return an observable of arbitrary items that should signal that arbitrary item in
571
571
/// response to receiving the completion signal from the source observable. If this observable signals
572
572
/// a terminal event, the sequence is terminated with that signal instead.</param>
You can’t perform that action at this time.
0 commit comments