Pārlūkot izejas kodu

Fixing some XML doc comment.

Bart De Smet 10 gadi atpakaļ
vecāks
revīzija
ecd94cbe5b

+ 4 - 4
Rx.NET/Source/System.Reactive.Linq/Reactive/Linq/Observable.Creation.cs

@@ -98,7 +98,7 @@ namespace System.Reactive.Linq
         /// The CancellationToken passed to the asynchronous Subscribe method is tied to the returned disposable subscription, allowing best-effort cancellation.
         /// </summary>
         /// <typeparam name="TResult">The type of the elements in the produced sequence.</typeparam>
-        /// <param name="subscribeAsync">Asynchronous method used to implemented the resulting sequence's Subscribe method.</param>
+        /// <param name="subscribeAsync">Asynchronous method used to implement the resulting sequence's Subscribe method.</param>
         /// <returns>The observable sequence with the specified implementation for the Subscribe method.</returns>
         /// <exception cref="ArgumentNullException"><paramref name="subscribeAsync"/> is null.</exception>
         /// <remarks>This operator is especially useful in conjunction with the asynchronous programming features introduced in C# 5.0 and Visual Basic 11.</remarks>
@@ -115,7 +115,7 @@ namespace System.Reactive.Linq
         /// Creates an observable sequence from a specified asynchronous Subscribe method.
         /// </summary>
         /// <typeparam name="TResult">The type of the elements in the produced sequence.</typeparam>
-        /// <param name="subscribeAsync">Asynchronous method used to implemented the resulting sequence's Subscribe method.</param>
+        /// <param name="subscribeAsync">Asynchronous method used to implement the resulting sequence's Subscribe method.</param>
         /// <returns>The observable sequence with the specified implementation for the Subscribe method.</returns>
         /// <exception cref="ArgumentNullException"><paramref name="subscribeAsync"/> is null.</exception>
         /// <remarks>This operator is especially useful in conjunction with the asynchronous programming features introduced in C# 5.0 and Visual Basic 11.</remarks>
@@ -132,7 +132,7 @@ namespace System.Reactive.Linq
         /// The CancellationToken passed to the asynchronous Subscribe method is tied to the returned disposable subscription, allowing best-effort cancellation.
         /// </summary>
         /// <typeparam name="TResult">The type of the elements in the produced sequence.</typeparam>
-        /// <param name="subscribeAsync">Asynchronous method used to implemented the resulting sequence's Subscribe method, returning an Action delegate that will be wrapped in an IDisposable.</param>
+        /// <param name="subscribeAsync">Asynchronous method used to implement the resulting sequence's Subscribe method, returning an Action delegate that will be wrapped in an IDisposable.</param>
         /// <returns>The observable sequence with the specified implementation for the Subscribe method.</returns>
         /// <exception cref="ArgumentNullException"><paramref name="subscribeAsync"/> is null.</exception>
         /// <remarks>This operator is especially useful in conjunction with the asynchronous programming features introduced in C# 5.0 and Visual Basic 11.</remarks>
@@ -149,7 +149,7 @@ namespace System.Reactive.Linq
         /// Creates an observable sequence from a specified asynchronous Subscribe method.
         /// </summary>
         /// <typeparam name="TResult">The type of the elements in the produced sequence.</typeparam>
-        /// <param name="subscribeAsync">Asynchronous method used to implemented the resulting sequence's Subscribe method, returning an Action delegate that will be wrapped in an IDisposable.</param>
+        /// <param name="subscribeAsync">Asynchronous method used to implement the resulting sequence's Subscribe method, returning an Action delegate that will be wrapped in an IDisposable.</param>
         /// <returns>The observable sequence with the specified implementation for the Subscribe method.</returns>
         /// <exception cref="ArgumentNullException"><paramref name="subscribeAsync"/> is null.</exception>
         /// <remarks>This operator is especially useful in conjunction with the asynchronous programming features introduced in C# 5.0 and Visual Basic 11.</remarks>

+ 4 - 4
Rx.NET/Source/System.Reactive.Providers/Reactive/Linq/Qbservable.Generated.cs

@@ -3282,7 +3282,7 @@ namespace System.Reactive.Linq
         /// </summary>
         /// <param name="provider">Query provider used to construct the IQbservable&lt;T&gt; data source.</param>
         /// <typeparam name="TResult">The type of the elements in the produced sequence.</typeparam>
-        /// <param name="subscribeAsync">Asynchronous method used to implemented the resulting sequence's Subscribe method.</param>
+        /// <param name="subscribeAsync">Asynchronous method used to implement the resulting sequence's Subscribe method.</param>
         /// <returns>The observable sequence with the specified implementation for the Subscribe method.</returns>
         /// <exception cref="T:System.ArgumentNullException">
         /// <paramref name="subscribeAsync" /> is null.</exception>
@@ -3316,7 +3316,7 @@ namespace System.Reactive.Linq
         /// </summary>
         /// <param name="provider">Query provider used to construct the IQbservable&lt;T&gt; data source.</param>
         /// <typeparam name="TResult">The type of the elements in the produced sequence.</typeparam>
-        /// <param name="subscribeAsync">Asynchronous method used to implemented the resulting sequence's Subscribe method.</param>
+        /// <param name="subscribeAsync">Asynchronous method used to implement the resulting sequence's Subscribe method.</param>
         /// <returns>The observable sequence with the specified implementation for the Subscribe method.</returns>
         /// <exception cref="T:System.ArgumentNullException">
         /// <paramref name="subscribeAsync" /> is null.</exception>
@@ -3350,7 +3350,7 @@ namespace System.Reactive.Linq
         /// </summary>
         /// <param name="provider">Query provider used to construct the IQbservable&lt;T&gt; data source.</param>
         /// <typeparam name="TResult">The type of the elements in the produced sequence.</typeparam>
-        /// <param name="subscribeAsync">Asynchronous method used to implemented the resulting sequence's Subscribe method, returning an Action delegate that will be wrapped in an IDisposable.</param>
+        /// <param name="subscribeAsync">Asynchronous method used to implement the resulting sequence's Subscribe method, returning an Action delegate that will be wrapped in an IDisposable.</param>
         /// <returns>The observable sequence with the specified implementation for the Subscribe method.</returns>
         /// <exception cref="T:System.ArgumentNullException">
         /// <paramref name="subscribeAsync" /> is null.</exception>
@@ -3384,7 +3384,7 @@ namespace System.Reactive.Linq
         /// </summary>
         /// <param name="provider">Query provider used to construct the IQbservable&lt;T&gt; data source.</param>
         /// <typeparam name="TResult">The type of the elements in the produced sequence.</typeparam>
-        /// <param name="subscribeAsync">Asynchronous method used to implemented the resulting sequence's Subscribe method, returning an Action delegate that will be wrapped in an IDisposable.</param>
+        /// <param name="subscribeAsync">Asynchronous method used to implement the resulting sequence's Subscribe method, returning an Action delegate that will be wrapped in an IDisposable.</param>
         /// <returns>The observable sequence with the specified implementation for the Subscribe method.</returns>
         /// <exception cref="T:System.ArgumentNullException">
         /// <paramref name="subscribeAsync" /> is null.</exception>