Skip to content

Commit

Permalink
Fix typo (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrs1669 authored Apr 21, 2024
1 parent f86fcd6 commit 7abb6bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Gifu/Helpers/ImageSourceHelpers.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ private let capDurationThreshold: Double = 0.02 - Double.ulpOfOne
/// Frameduration used, if a frame-duration is below `capDurationThreshold`
private let minFrameDuration: Double = 0.1

/// Retruns the duration of a frame at a specific index using an image source (an `CGImageSource` instance).
/// Returns the duration of a frame at a specific index using an image source (an `CGImageSource` instance).
///
/// - returns: A frame duration.
func CGImageFrameDuration(with imageSource: CGImageSource, atIndex index: Int) -> TimeInterval {
Expand Down

0 comments on commit 7abb6bb

Please sign in to comment.