Skip to content

Commit

Permalink
Fixed doc-string
Browse files Browse the repository at this point in the history
  • Loading branch information
Cykooz committed Oct 28, 2022
1 parent 9e96264 commit 5654716
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/image_view.rs
Expand Up @@ -15,7 +15,8 @@ pub(crate) type FourRowsMut<'a, 'b, T> = (
&'a mut &'b mut [T],
);

/// Parameters of crop box that may be used with [`ImageView`] and [`crate::DynamicImageView`]
/// Parameters of crop box that may be used with [`ImageView`]
/// and [`DynamicImageView`](crate::DynamicImageView)
#[derive(Debug, Clone, Copy)]
pub struct CropBox {
pub left: u32,
Expand Down

0 comments on commit 5654716

Please sign in to comment.