From de14d543227942aabb9256f45de040892ed22c5a Mon Sep 17 00:00:00 2001 From: KUANG Fangjun Date: Mon, 4 Sep 2017 16:10:45 +0200 Subject: [PATCH] fix a typo. --- rclcpp/test/test_rate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rclcpp/test/test_rate.cpp b/rclcpp/test/test_rate.cpp index cfff5d5..b6e9306 100644 --- a/rclcpp/test/test_rate.cpp +++ b/rclcpp/test/test_rate.cpp @@ -19,7 +19,7 @@ #include "rclcpp/rate.hpp" /* - Basic tests for the Rate and WallRate clases. + Basic tests for the Rate and WallRate classes. */ TEST(TestRate, rate_basics) { auto period = std::chrono::milliseconds(100);