Skip to content

Commit

Permalink
fix doxygen comment per review
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwendt committed Aug 30, 2021
1 parent 95d8673 commit e6d4cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/include/cudf/strings/convert/convert_datetime.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ std::unique_ptr<column> is_timestamp(
* @param format The string specifying output format.
* Default format is "%Y-%m-%dT%H:%M:%SZ".
* @param names The string names to use for weekdays ("%a", "%A") and months ("%b", "%B")
* Default is an empty `strings_column_view`
* Default is an empty `strings_column_view`.
* @param mr Device memory resource used to allocate the returned column's device memory.
* @return New strings column with formatted timestamps.
*/
Expand Down

0 comments on commit e6d4cd1

Please sign in to comment.