Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
artivis authored Jan 28, 2020
1 parent ef5018b commit 3642623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion articles/ros2_node_idl/interface_declaration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
avoid_ros_namespace_conventions="false" />
</topic>
<service name="/example_service" type="std_srvs/srv/Empty" client="true" />
<action name="/example_action", type="example_interfaces/action/Fibonacci" client="true" />
<action name="/example_action" type="example_interfaces/action/Fibonacci" client="true" />
</node>
</interface>
```

0 comments on commit 3642623

Please sign in to comment.