10000 Escape square braces to avoid incorrect hyperlink resolution in docs · arrayfire/arrayfire-rust@cf5720e · GitHub
[go: up one dir, main page]

Skip to content

Commit cf5720e

Browse files
committed
Escape square braces to avoid incorrect hyperlink resolution in docs
1 parent a843a93 commit cf5720e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/image/mod.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1400,7 +1400,7 @@ where
14001400
/// digital photography systems where Y is luma component and Cb & Cr are the blue-difference and
14011401
/// red-difference chroma components.
14021402
///
1403-
/// Input array to this function should be of real data in the range [0,1].
1403+
/// Input array to this function should be of real data in the range \[0,1\].
14041404
///
14051405
/// # Parameters
14061406
///
@@ -1435,9 +1435,9 @@ where
14351435
/// Input array to this function should be of real data with the following range in their
14361436
/// respective channels.
14371437
///
1438-
/// - Y −> [16,219]
1439-
/// - Cb −> [16,240]
1440-
/// - Cr −> [16,240]
1438+
/// - Y −> \[16,219\]
1439+
/// - Cb −> \[16,240\]
1440+
/// - Cr −> \[16,240\]
14411441
///
14421442
/// # Parameters
14431443
///

0 commit comments

Comments
 (0)
0