Skip to content

Commit

Permalink
FillBackward overload missing return doc; closes #268
Browse files Browse the repository at this point in the history
  • Loading branch information
atifaziz committed Mar 30, 2017
1 parent 37f0ffb commit 3a5c967
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MoreLinq/FillBackward.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ public static IEnumerable<T> FillBackward<T>(this IEnumerable<T> source, Func<T,
/// element as well as the current element considered missing.</param>
/// <typeparam name="T">Type of the elements in the source sequence.</typeparam>
/// An <see cref="IEnumerable{T}"/> with missing values replaced.
/// <returns>
/// An <see cref="IEnumerable{T}"/> with missing elements filled.
/// </returns>
/// <remarks>
/// This method uses deferred execution semantics and streams its
/// results. If elements are missing at the end of the sequence then
Expand Down

0 comments on commit 3a5c967

Please sign in to comment.