Skip to content

Commit bfca24f

Browse files
committed
fix
1 parent 5bbabd7 commit bfca24f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorial-basics/tutorial_12_groot2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ BT::JsonExporter::get().addConverter<Pose2D>();
187187

188188
### Version 4.3.6 or later
189189

190-
The implementation of the "to_json" function has can have any name or namespace,
191-
but it must conform to the signature `void(nlohmann::json&, const T&)`.
190+
The implementation of the "to_json" function can have any name or namespace,
191+
but it must conform to the function signature `void(nlohmann::json&, const T&)`.
192192

193193
For instance:
194194

0 commit comments

Comments
 (0)