Skip to content

Commit 370655b

Browse files
Fix #2988
1 parent 338fd4c commit 370655b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ImageSharp/Formats/Png/PngFrameMetadata.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ private PngFrameMetadata(PngFrameMetadata other)
3232

3333
/// <summary>
3434
/// Gets or sets the frame delay for animated images.
35-
/// If not 0, when utilized in Png animation, this field specifies the number of hundredths (1/100) of a second to
35+
/// If not 0, when utilized in Png animation, this field specifies the number of seconds to
3636
/// wait before continuing with the processing of the Data Stream.
3737
/// The clock starts ticking immediately after the graphic is rendered.
3838
/// </summary>

0 commit comments

Comments
 (0)