Skip to content

Commit 422fa6b

Browse files
committed
ParameterConversion: correct return javadoc
1 parent 559033f commit 422fa6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ops/doc/ParameterConversion.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ In such cases, devising methods to instead *wrap* user arguments will maximize p
126126
/**
127127
* @param input the input data
128128
* @return an output image whose values are equivalent to {@code input}s
129-
* values but whose element types are {@link BitType}s.
129+
* values but whose element types are {@link DoubleType}s.
130130
* @implNote op names='engine.convert', type=Function
131131
*/
132132
public static RandomAccessibleInterval<DoubleType> arrayToDoubles(final double[][] input)

0 commit comments

Comments
 (0)