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);