From e9af3e3d9f36b93706df57cbd5d2f94cc1fc6070 Mon Sep 17 00:00:00 2001 From: akarnokd Date: Fri, 6 Dec 2019 11:42:23 +0100 Subject: [PATCH] Fix Ix.Async.Average docs wording --- .../Linq/Operators/Average.Generated.cs | 20 +++++++++---------- .../Linq/Operators/Average.Generated.tt | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Ix.NET/Source/System.Linq.Async/System/Linq/Operators/Average.Generated.cs b/Ix.NET/Source/System.Linq.Async/System/Linq/Operators/Average.Generated.cs index c22d99bbc9..f8162bf351 100644 --- a/Ix.NET/Source/System.Linq.Async/System/Linq/Operators/Average.Generated.cs +++ b/Ix.NET/Source/System.Linq.Async/System/Linq/Operators/Average.Generated.cs @@ -51,7 +51,7 @@ static async ValueTask Core(IAsyncEnumerable source, CancellationTo } /// - /// Computes the average of an async-enumerable sequence of nullable values that are obtained by invoking a transform function on each element of the input sequence. + /// Computes the average of an async-enumerable sequence of values that are obtained by invoking a transform function on each element of the input sequence. /// /// The type of the elements in the source sequence. /// A sequence of values to calculate the average of. @@ -206,7 +206,7 @@ static async ValueTask Core(IAsyncEnumerable source, CancellationT } /// - /// Computes the average of an async-enumerable sequence of nullable values that are obtained by invoking a transform function on each element of the input sequence. + /// Computes the average of an async-enumerable sequence of values that are obtained by invoking a transform function on each element of the input sequence. /// /// The type of the elements in the source sequence. /// A sequence of values to calculate the average of. @@ -361,7 +361,7 @@ static async ValueTask Core(IAsyncEnumerable source, CancellationT } /// - /// Computes the average of an async-enumerable sequence of nullable values that are obtained by invoking a transform function on each element of the input sequence. + /// Computes the average of an async-enumerable sequence of values that are obtained by invoking a transform function on each element of the input sequence. /// /// The type of the elements in the source sequence. /// A sequence of values to calculate the average of. @@ -516,7 +516,7 @@ static async ValueTask Core(IAsyncEnumerable source, Cancellatio } /// - /// Computes the average of an async-enumerable sequence of nullable values that are obtained by invoking a transform function on each element of the input sequence. + /// Computes the average of an async-enumerable sequence of values that are obtained by invoking a transform function on each element of the input sequence. /// /// The type of the elements in the source sequence. /// A sequence of values to calculate the average of. @@ -671,7 +671,7 @@ static async ValueTask Core(IAsyncEnumerable source, Cancellat } /// - /// Computes the average of an async-enumerable sequence of nullable values that are obtained by invoking a transform function on each element of the input sequence. + /// Computes the average of an async-enumerable sequence of values that are obtained by invoking a transform function on each element of the input sequence. /// /// The type of the elements in the source sequence. /// A sequence of values to calculate the average of. @@ -834,7 +834,7 @@ static async ValueTask Core(IAsyncEnumerable source, Func - /// Computes the average of an async-enumerable sequence of nullable values that are obtained by invoking a transform function on each element of the input sequence. + /// Computes the average of an async-enumerable sequence of values that are obtained by invoking a transform function on each element of the input sequence. /// /// The type of the elements in the source sequence. /// A sequence of values to calculate the average of. @@ -1021,7 +1021,7 @@ static async ValueTask Core(IAsyncEnumerable source, Func - /// Computes the average of an async-enumerable sequence of nullable values that are obtained by invoking a transform function on each element of the input sequence. + /// Computes the average of an async-enumerable sequence of values that are obtained by invoking a transform function on each element of the input sequence. /// /// The type of the elements in the source sequence. /// A sequence of values to calculate the average of. @@ -1208,7 +1208,7 @@ static async ValueTask Core(IAsyncEnumerable source, Func - /// Computes the average of an async-enumerable sequence of nullable values that are obtained by invoking a transform function on each element of the input sequence. + /// Computes the average of an async-enumerable sequence of values that are obtained by invoking a transform function on each element of the input sequence. /// /// The type of the elements in the source sequence. /// A sequence of values to calculate the average of. @@ -1395,7 +1395,7 @@ static async ValueTask Core(IAsyncEnumerable source, Func - /// Computes the average of an async-enumerable sequence of nullable values that are obtained by invoking a transform function on each element of the input sequence. + /// Computes the average of an async-enumerable sequence of values that are obtained by invoking a transform function on each element of the input sequence. /// /// The type of the elements in the source sequence. /// A sequence of values to calculate the average of. @@ -1582,7 +1582,7 @@ static async ValueTask Core(IAsyncEnumerable source, Func - /// Computes the average of an async-enumerable sequence of nullable values that are obtained by invoking a transform function on each element of the input sequence. + /// Computes the average of an async-enumerable sequence of values that are obtained by invoking a transform function on each element of the input sequence. /// /// The type of the elements in the source sequence. /// A sequence of values to calculate the average of. diff --git a/Ix.NET/Source/System.Linq.Async/System/Linq/Operators/Average.Generated.tt b/Ix.NET/Source/System.Linq.Async/System/Linq/Operators/Average.Generated.tt index f8f34a7a54..d82038c517 100644 --- a/Ix.NET/Source/System.Linq.Async/System/Linq/Operators/Average.Generated.tt +++ b/Ix.NET/Source/System.Linq.Async/System/Linq/Operators/Average.Generated.tt @@ -131,7 +131,7 @@ else } /// - /// Computes the average of an async-enumerable sequence of nullable values that are obtained by invoking a transform function on each element of the input sequence. + /// Computes the average of an async-enumerable sequence of values that are obtained by invoking a transform function on each element of the input sequence. /// /// The type of the elements in the source sequence. /// A sequence of values to calculate the average of.