Skip to content

Commit

Permalink
Change doc comment following review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnatsel committed Sep 9, 2024
1 parent 91f15b1 commit 92d2ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dynimage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@ impl DynamicImage {
dynamic_map!(*self, ref p => imageops::rotate270(p))
}

/// Applies the specified [Orientation] to the image.
/// Rotates and/or flips the image as indicated by [Orientation].
///
/// Note that for some orientations cannot be efficiently applied in-place.
/// In that case this function will make a copy of the image internally.
Expand Down

0 comments on commit 92d2ec2

Please sign in to comment.