Skip to content

Commit 583f7d6

Browse files
pablogs9FranFin
authored andcommitted
Update _docs/tutorials/core/programming_rcl_rclc/index.md
Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com>
1 parent 3fdab6c commit 583f7d6

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
@@ -42,7 +42,7 @@ rcl_wait_set_t wait_set = rcl_get_zero_initialized_wait_set();
4242
rcl_wait_set_init(&wait_set, 0, 0, 0, 1, 0, 0, &context, rcl_get_default_allocator());
4343
```
4444

45-
First of all, seeing `AddTwoInts.srv` type definition it is possible to determine request and reply elements of the service. Service client will make a request with two integers and service server should send its sum as a response.
45+
First of all, by looking at `AddTwoInts.srv` type definition it is possible to determine request and reply elements of the service. Service client will make a request with two integers and service server should send its sum as a response.
4646

4747
```
4848
int64 a

0 commit comments

Comments
 (0)