Skip to content

Commit 69712f7

Browse files
authored
Fix c++ example spelling (ros2#951)
1 parent aa228e9 commit 69712f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/Tutorials/Writing-A-Simple-Cpp-Publisher-And-Subscriber.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ The ``RCLCPP_INFO`` macro ensures every published message is printed to the cons
173173

174174
.. code-block:: C++
175175

176-
Private:
176+
private:
177177
void timer_callback()
178178
{
179179
auto message = std_msgs::msg::String();

0 commit comments

Comments
 (0)