Skip to content

Commit 6b10e46

Browse files
Merge pull request #3316 from Sergio0694/patch-1
Fixed an XML summary
2 parents af530a1 + 25a2631 commit 6b10e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Microsoft.Toolkit.Uwp.UI.Media/Brushes/PipelineBrush.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ namespace Microsoft.Toolkit.Uwp.UI.Media
1717
public sealed class PipelineBrush : XamlCompositionEffectBrushBase
1818
{
1919
/// <summary>
20-
/// Gets or sets the input to merge with the current instance (defaults to a <see cref="BackdropSourceExtension"/> with <see cref="Windows.UI.Xaml.Media.AcrylicBackgroundSource.Backdrop"/> source).
20+
/// Gets or sets the source for the current pipeline (defaults to a <see cref="BackdropSourceExtension"/> with <see cref="Windows.UI.Xaml.Media.AcrylicBackgroundSource.Backdrop"/> source).
2121
/// </summary>
2222
public PipelineBuilder Source { get; set; }
2323

0 commit comments

Comments
 (0)