diff --git a/cpp/include/cudf/column/column_factories.hpp b/cpp/include/cudf/column/column_factories.hpp index c1f295b7ea8..b2dcb25acb5 100644 --- a/cpp/include/cudf/column/column_factories.hpp +++ b/cpp/include/cudf/column/column_factories.hpp @@ -469,7 +469,7 @@ std::unique_ptr make_strings_column(size_type num_strings, * offsets (depth 1) {0, 2, 5, 7} * data (depth 1) * offsets (depth 2) - * data (depth 1) {1, 2, 3, 4, 5, 6, 7} + * data (depth 2) {1, 2, 3, 4, 5, 6, 7} * @endcode * * @param[in] num_rows The number of lists the column represents.