Skip to content

Commit acb6d5a

Browse files
Fix #2988
1 parent 9443543 commit acb6d5a

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
@@ -30,7 +30,7 @@ private PngFrameMetadata(PngFrameMetadata other)
3030

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

0 commit comments

Comments
 (0)