Skip to content

Commit f350f89

Browse files
Update Microsoft.Toolkit.Uwp.UI.Animations/Builders/AnimationBuilder.cs
Co-authored-by: Michael Hawker MSFT (XAML Llama) <24302614+michael-hawker@users.noreply.github.com>
1 parent 48af1e3 commit f350f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Microsoft.Toolkit.Uwp.UI.Animations/Builders/AnimationBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ private AnimationBuilder()
4949
/// For instance:
5050
/// <code>
5151
/// var animation = AnimationBuilder.Create().Opacity(0, 1).Size(1.2, 1);
52-
///
52+
///
5353
/// animation.Start(MyButton);
5454
/// animation.Start(MyGrid);
5555
/// </code>

0 commit comments

Comments
 (0)