From 70d2b4b739e88365e41d2727e595e8e6ff1ed713 Mon Sep 17 00:00:00 2001 From: "G.A. vd. Hoorn" Date: Fri, 13 Oct 2017 21:08:10 +0200 Subject: [PATCH] macros: fix two minor typos in doxygen. (#386) --- rclcpp/include/rclcpp/macros.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rclcpp/include/rclcpp/macros.hpp b/rclcpp/include/rclcpp/macros.hpp index 81a77f2..1681037 100644 --- a/rclcpp/include/rclcpp/macros.hpp +++ b/rclcpp/include/rclcpp/macros.hpp @@ -41,7 +41,7 @@ /** * Defines aliases and static functions for using the Class with smart pointers. * - * Same as RCLCPP_SMART_PTR_DEFINITIONS expect it excludes the static + * Same as RCLCPP_SMART_PTR_DEFINITIONS except it excludes the static * Class::make_unique() method definition which does not work on classes which * are not CopyConstructable. * @@ -56,7 +56,7 @@ /** * Defines aliases only for using the Class with smart pointers. * - * Same as RCLCPP_SMART_PTR_DEFINITIONS expect it excludes the static + * Same as RCLCPP_SMART_PTR_DEFINITIONS except it excludes the static * method definitions which do not work on pure virtual classes and classes * which are not CopyConstructable. *