Skip to content

Commit ec81a25

Browse files
Update Observable.Single.cs
Fixed a typo in the XML documentation of the RepeatWhen operator.
1 parent 6ff36f5 commit ec81a25

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)