From f139fabcb6b3b64a81fb8f2e4e755c0a927d0e40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaim=20=28Jo=C3=ABl=20Lamotte=29?= <142265+Klaim@users.noreply.github.com> Date: Mon, 8 Apr 2024 17:19:13 +0200 Subject: [PATCH] Fixed missing template parameter name in doc --- include/sparrow/data_type.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/sparrow/data_type.hpp b/include/sparrow/data_type.hpp index 9f131a0d..c261495f 100644 --- a/include/sparrow/data_type.hpp +++ b/include/sparrow/data_type.hpp @@ -119,7 +119,7 @@ namespace sparrow /// - default_layout: the layout to use for that type FIXME: be more precise than that /// - MORE TO COME SOON, SEE TODOs BELOW /// - /// @tparam Type for C++ value-representation that this type describes the traits of. + /// @tparam T Type for C++ value-representation that this type describes the traits of. /// /// @note: See ./arrow_traits.hpp for implementations for default base types. /// @see `is_arrow_traits`, `has_arrow_type_traits`