Browse Source

Fix typo

pull/3397/head
Yahia Chiheb 6 years ago
parent
commit
d50f33e912
  1. 2
      src/Avalonia.Animation/IterationCount.cs

2
src/Avalonia.Animation/IterationCount.cs

@ -63,7 +63,7 @@ namespace Avalonia.Animation
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;

Loading…
Cancel
Save