From d50f33e91225d0e5f42eca0738de1cfeec502d05 Mon Sep 17 00:00:00 2001 From: Yahia Chiheb Date: Mon, 30 Dec 2019 02:25:32 +0100 Subject: [PATCH] Fix typo --- src/Avalonia.Animation/IterationCount.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Avalonia.Animation/IterationCount.cs b/src/Avalonia.Animation/IterationCount.cs index e9cd0686d8..9f57455639 100644 --- a/src/Avalonia.Animation/IterationCount.cs +++ b/src/Avalonia.Animation/IterationCount.cs @@ -63,7 +63,7 @@ namespace Avalonia.Animation public IterationType RepeatType => _type; /// - /// Gets a value that indicates whether the is set to loop. + /// Gets a value that indicates whether the is set to Infinite. /// public bool IsInfinite => _type == IterationType.Infinite;