Skip to content

Commit f8859da

Browse files
committed
ParameterConversion: fix copy op javadoc
1 parent f5120b1 commit f8859da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/ops/doc/ParameterConversion.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ Below is an ``engine.copy`` Op that would store the converted Op's output ``doub
257257
.. code-block:: java
258258
259259
/**
260-
* Convolves an image with a kernel, placing the result in the output buffer
260+
* Copy one {@code double[][]} to another.
261261
*
262262
* @param opOutput the {@code double[][]} converted from the Op output
263263
* @param userBuffer the original {@code double[][]} provided by the user

0 commit comments

Comments
 (0)