Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yahiheb committed Dec 30, 2019
1 parent 4340831 commit d50f33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Avalonia.Animation/IterationCount.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public IterationCount(ulong value, IterationType type)
public IterationType RepeatType => _type;

/// <summary>
/// Gets a value that indicates whether the <see cref="IterationCount"/> is set to loop.
/// Gets a value that indicates whether the <see cref="IterationCount"/> is set to Infinite.
/// </summary>
public bool IsInfinite => _type == IterationType.Infinite;

Expand Down

0 comments on commit d50f33e

Please sign in to comment.