Skip to content

Commit daf76fe

Browse files
Update _docs/tutorials/core/programming_rcl_rclc/index.md
Co-authored-by: Ralph Lange <ralph-lange@users.noreply.github.com>
1 parent 5a58e7f commit daf76fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • _docs/tutorials/core/programming_rcl_rclc

_docs/tutorials/core/programming_rcl_rclc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ Likewise, a second publisher `my_int_pub, which publishes an int message and its
748748
printf("Created timer with timeout %d ms.\n", timer_int_timeout);
749749
}
750750
```
751-
Note, that the `my_timer_int_callback` is connected to the `my_int_timer`. The data variables used for the publisher messages in the timer callbacks need to be initialized first:
751+
Note that the `my_timer_int_callback` is connected to the `my_int_timer`. The data variables used for the publisher messages in the timer callbacks need to be initialized first:
752752

753753
```C
754754
std_msgs__msg__Int32__init(&int_pub_msg);

0 commit comments

Comments
 (0)