Skip to content

Commit af95b00

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

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
@@ -584,7 +584,7 @@ bool sub_trigger(rclc_executor_handle_t * handles, unsigned int size, void * obj
584584
}
585585
}
586586
```
587-
Like in the HelloWorld-example, the subscription callbacks just prints out the received message.
587+
Like in the Hello-World example, the subscription callbacks just prints out the received message.
588588

589589
The `my_string_subscriber` callback prints out the string of the message `msg->data.data`:
590590
```C

0 commit comments

Comments
 (0)