Skip to content

Commit

Permalink
fix doc param
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche committed Mar 27, 2024
1 parent a5a6f6c commit 6805f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/device.h
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ using DeviceMapper =
/// arrow::ImportDeviceArray/ImportDeviceRecordBatch).
///
/// \param[in] device_type the device type for which to register a MemoryManager
/// \param[in] memory_mapper function that takes a device id and returns the appropriate
/// \param[in] mapper function that takes a device id and returns the appropriate
/// MemoryManager for the registered device type and given device id
/// \return Status
ARROW_EXPORT
Expand Down

0 comments on commit 6805f02

Please sign in to comment.