fix a typo.

This commit is contained in:
KUANG Fangjun 2017-09-04 16:10:45 +02:00
parent b1ed15ebc7
commit de14d54322

View file

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