Skip to content

Commit 74cece4

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

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
@@ -721,7 +721,7 @@ A publisher `my_string_pub`, which publishes a string message and its correspond
721721
printf("Created timer 'my_string_timer' with timeout %d ms.\n", timer_timeout);
722722
}
723723
```
724-
Note, that the previously defined `my_timer_string_callback` is connected to this timer.
724+
Note that the previously defined `my_timer_string_callback` is connected to this timer.
725725
Likewise, a second publisher `my_int_pub, which publishes an int message and its corresponding timer `my_int_timer` with 1000ms period is created like this:
726726
```C
727727
// create publisher 2

0 commit comments

Comments
 (0)