Skip to content

Commit 749ccc7

Browse files
committed
Fixed wording in AnimationSet.Completed XML docs
1 parent ba9d559 commit 749ccc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Microsoft.Toolkit.Uwp.UI.Animations/Xaml/AnimationSet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public sealed class AnimationSet : DependencyObjectCollection
3232
public event EventHandler? Started;
3333

3434
/// <summary>
35-
/// Raised whenever the current animation ends.
35+
/// Raised whenever the current animation completes.
3636
/// </summary>
3737
public event EventHandler? Completed;
3838

0 commit comments

Comments
 (0)