Skip to content

Commit fa736ef

Browse files
authored
add missing closing quote to name attribute for Triangle plugin. (ros2#5842)
Signed-off-by: Tomoya.Fujita <[email protected]>
1 parent d27c3e2 commit fa736ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/Tutorials/Beginner-Client-Libraries/Pluginlib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ Create ``~/ros2_ws/src/polygon_plugins/plugins.xml`` with the following code:
222222
<class type="polygon_plugins::Square" base_class_type="polygon_base::RegularPolygon">
223223
<description>This is a square plugin.</description>
224224
</class>
225-
<class type="polygon_plugins::Triangle" base_class_type="polygon_base::RegularPolygon" name="awesome_triangle>
225+
<class type="polygon_plugins::Triangle" base_class_type="polygon_base::RegularPolygon" name="awesome_triangle">
226226
<description>This is a triangle plugin.</description>
227227
</class>
228228
</library>

0 commit comments

Comments
 (0)