Skip to content

Commit 3642623

Browse files
authored
Fix typo
1 parent ef5018b commit 3642623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ros2_node_idl/interface_declaration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
avoid_ros_namespace_conventions="false" />
2020
</topic>
2121
<service name="/example_service" type="std_srvs/srv/Empty" client="true" />
22-
<action name="/example_action", type="example_interfaces/action/Fibonacci" client="true" />
22+
<action name="/example_action" type="example_interfaces/action/Fibonacci" client="true" />
2323
</node>
2424
</interface>
2525
```

0 commit comments

Comments
 (0)