瀏覽代碼

Merge pull request #1717 from theodorzoulias/patch-1

Update Observable.Single.cs
Daniel Weber 3 年之前
父節點
當前提交
85f1eb7c53
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Rx.NET/Source/src/System.Reactive/Linq/Observable.Single.cs

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

@@ -566,7 +566,7 @@ namespace System.Reactive.Linq
         /// <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
         /// <typeparam name="TSignal">The arbitrary element type signaled by the handler observable.</typeparam>
         /// <param name="source">Observable sequence to keep repeating when it successfully terminates.</param>
-        /// <param name="handler">The function that is called for each observer and takes an observable sequence objects.
+        /// <param name="handler">The function that is called for each observer and takes an observable sequence of objects.
         /// It should return an observable of arbitrary items that should signal that arbitrary item in
         /// response to receiving the completion signal from the source observable. If this observable signals
         /// a terminal event, the sequence is terminated with that signal instead.</param>