Skip to content

Commit dab83f7

Browse files
committed
ParameterConversions: remove "simple"
1 parent b5e4935 commit dab83f7

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
@@ -65,7 +65,7 @@ Ideally, the user could just pass their ``double[][]`` to their Op matching call
6565
An ``engine.convert`` Op
6666
==============================
6767

68-
All ``engine.convert`` Ops are simple ``Function``\ s that are given user arguments and return a *translation* of that data into the type expected by the Op. For our example ``Function``, we want to convert *from* the user's ``double[][]`` into a ``RandomAccessibleInterval<DoubleType>``:
68+
All ``engine.convert`` Ops are ``Function``\ s that are given user arguments and return a *translation* of that data into the type expected by the Op. For our example ``Function``, we want to convert *from* the user's ``double[][]`` into a ``RandomAccessibleInterval<DoubleType>``:
6969

7070
.. code-block:: java
7171

0 commit comments

Comments
 (0)