Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Suraj Aralihalli <[email protected]>
  • Loading branch information
SurajAralihalli committed Oct 5, 2023
1 parent 628c97f commit 8965fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/include/cudf_test/column_wrapper.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1283,7 +1283,7 @@ template <typename T, typename SourceElementT = T>
class lists_column_wrapper : public detail::column_wrapper {
public:
/**
* @brief Cast to dictionary_column_view
* @brief Cast to lists_column_view
*/
operator lists_column_view() const { return cudf::lists_column_view{wrapped->view()}; }

Expand Down

0 comments on commit 8965fea

Please sign in to comment.