Skip to content

Commit e5d1e03

Browse files
author
Chen Lihui
committed
update typo
Signed-off-by: Chen Lihui <[email protected]>
1 parent 258250c commit e5d1e03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rclcpp/include/rclcpp/typesupport_helpers.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ struct typesupport_action_tag {};
5252
template<typename T>
5353
struct typesupport_traits
5454
{
55-
typedef T type;
55+
typedef T type_tag;
5656
};
5757

5858
template<>

0 commit comments

Comments
 (0)