Skip to content

Commit

Permalink
Update cpp/include/cudf/interop.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: Bradley Dice <[email protected]>
  • Loading branch information
vyasr and bdice authored Sep 22, 2023
1 parent e42f04d commit 637e0a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/include/cudf/interop.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ std::unique_ptr<table> from_arrow(
/**
* @brief Create `cudf::scalar` from given arrow Scalar input
*
* @param input arrow:Scalar that needs to be converted to `cudf::scalar`
* @param input `arrow::Scalar` that needs to be converted to `cudf::scalar`
* @param stream CUDA stream used for device memory operations and kernel launches
* @param mr Device memory resource used to allocate `cudf::scalar`
* @return cudf scalar generated from given arrow Scalar
Expand Down

0 comments on commit 637e0a4

Please sign in to comment.