Skip to content

Commit 85f1eb7

Browse files
authored
Merge pull request #1717 from theodorzoulias/patch-1
Update Observable.Single.cs
2 parents f8ddcd6 + ec81a25 commit 85f1eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rx.NET/Source/src/System.Reactive/Linq/Observable.Single.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ public static IObservable<TSource> Repeat<TSource>(this IObservable<TSource> sou
566566
/// <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
567567
/// <typeparam name="TSignal">The arbitrary element type signaled by the handler observable.</typeparam>
568568
/// <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.
570570
/// It should return an observable of arbitrary items that should signal that arbitrary item in
571571
/// response to receiving the completion signal from the source observable. If this observable signals
572572
/// a terminal event, the sequence is terminated with that signal instead.</param>

0 commit comments

Comments
 (0)