Skip to content

Commit

Permalink
Update docs/source/format/CDeviceDataInterface.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
  • Loading branch information
zeroshade and kou authored Oct 25, 2024
1 parent d3a3327 commit e65ef06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/format/CDeviceDataInterface.rst
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ This producer-provided structure has the following fields:
.. c:member:: int (*ArrowArrayTask.extract_data)(struct ArrowArrayTask*, struct ArrowDeviceArray*)
*Mandatory.* A callback to populate the provided ``ArrowDeviceArray`` with the available data.
The order of ArrowAsyncTasks provided by the producer enables a consumer to know the order of
The order of ``ArrowAsyncTasks`` provided by the producer enables a consumer to know the order of
the data to process. If the consumer does not care about the data that is owned by this task,
it must still call ``extract_data`` so that the producer can perform any required cleanup. ``NULL``
should be passed as the device array pointer to indicate that the consumer doesn't want the
Expand Down

0 comments on commit e65ef06

Please sign in to comment.