diff --git a/src/ImageSharp/Formats/Gif/GifMetadata.cs b/src/ImageSharp/Formats/Gif/GifMetadata.cs index 1914875d9..5fe86c4dd 100644 --- a/src/ImageSharp/Formats/Gif/GifMetadata.cs +++ b/src/ImageSharp/Formats/Gif/GifMetadata.cs @@ -36,7 +36,7 @@ namespace SixLabors.ImageSharp.Formats.Gif /// /// Gets or sets the number of times any animation is repeated. /// - /// 0 means to repeat indefinitely, count is set as repeat n-1 times + /// 0 means to repeat indefinitely, count is set as repeat n-1 times. Defaults to 1. /// /// public ushort RepeatCount { get; set; } = 1;