diff --git a/src/Avalonia.Animation/Animatable.cs b/src/Avalonia.Animation/Animatable.cs
index 8b73cd2aa5..1a187a3521 100644
--- a/src/Avalonia.Animation/Animatable.cs
+++ b/src/Avalonia.Animation/Animatable.cs
@@ -59,16 +59,16 @@ namespace Avalonia.Animation
}
}
- ///
- /// Animates a .
- ///
- /// The target object.
- /// The target property.
- /// The value of the property at the start of the animation.
- /// The value of the property at the end of the animation.
- /// The easing function to use.
- /// The duration of the animation.
- /// An that can be used to track or stop the animation.
+ /////
+ ///// Animates a .
+ /////
+ ///// The target object.
+ ///// The target property.
+ ///// The value of the property at the start of the animation.
+ ///// The value of the property at the end of the animation.
+ ///// The easing function to use.
+ ///// The duration of the animation.
+ ///// An that can be used to track or stop the animation.
//public static Animation BindAnimateProperty(
// IAvaloniaObject target,
// AvaloniaProperty property,
diff --git a/src/Avalonia.Animation/Transitions/Transitions.cs b/src/Avalonia.Animation/Transitions/Transitions.cs
index 50adf246ae..8497d762d2 100644
--- a/src/Avalonia.Animation/Transitions/Transitions.cs
+++ b/src/Avalonia.Animation/Transitions/Transitions.cs
@@ -6,7 +6,7 @@ using Avalonia.Collections;
namespace Avalonia.Animation
{
///
- /// A collection of definitions.
+ /// A collection of definitions.
///
public class Transitions : AvaloniaList
{