Ver Fonte

Fixing a small typo.

Bart De Smet há 10 anos atrás
pai
commit
cdb90ecb99

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

@@ -483,7 +483,7 @@ namespace System.Reactive.Linq
 
         /// <summary>
         /// Waits for the observable sequence to complete and returns the last element of the sequence.
-        /// If the sequence terminates with an OnError notification, the exception is throw.
+        /// If the sequence terminates with an OnError notification, the exception is thrown.
         /// </summary>
         /// <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
         /// <param name="source">Source observable sequence.</param>