Skip to content

Commit f6af4c1

Browse files
committed
Fix documentation warning in image module
1 parent db321f0 commit f6af4c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/image/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1258,8 +1258,8 @@ hsvrgb_func_def!("RGB to HSV color space conversion", rgb2hsv, af_rgb2hsv);
12581258
/// # Parameters
12591259
///
12601260
/// - `input` is the input image
1261-
/// - `wx` is the block window size along 0th-dimension between [1, input.dims[0] + px]
1262-
/// - `wy` is the block window size along 1st-dimension between [1, input.dims[1] + py]
1261+
/// - `wx` is the block window size along 0th-dimension between \[1, input.dims\[0\] + px\]
1262+
/// - `wy` is the block window size along 1st-dimension between \[1, input.dims\[1\] + py\]
12631263
/// - `sx` is the stride along 0th-dimension
12641264
/// - `sy` is the stride along 1st-dimension
12651265
/// - `px` is the padding along 0th-dimension between [0, wx). Padding is applied both before and after.

0 commit comments

Comments
 (0)