Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
skyfe79 committed Apr 6, 2024
1 parent 237b69e commit b535f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/core/AVAssetSource.swift
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ public class AVAssetSource {
return (assetOrientation, isPortrait)
}

/// Calculates the transform and new size for a rotation operation.
/// Calculates the transform and new size for a rotation operation based on the given angle and the original size of the asset.
///
/// - Parameters:
/// - angle: The angle in degrees by which the asset is to be rotated.
/// - originalSize: The original size of the asset before rotation.
Expand Down

0 comments on commit b535f7f

Please sign in to comment.