diff --git a/MoreLinq/FillBackward.cs b/MoreLinq/FillBackward.cs index addf1f079..d6e57a9c0 100644 --- a/MoreLinq/FillBackward.cs +++ b/MoreLinq/FillBackward.cs @@ -86,6 +86,9 @@ public static IEnumerable FillBackward(this IEnumerable source, Func /// Type of the elements in the source sequence. /// An with missing values replaced. + /// + /// An with missing elements filled. + /// /// /// This method uses deferred execution semantics and streams its /// results. If elements are missing at the end of the sequence then