We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bbabd7 commit bfca24fCopy full SHA for bfca24f
docs/tutorial-basics/tutorial_12_groot2.md
@@ -187,8 +187,8 @@ BT::JsonExporter::get().addConverter<Pose2D>();
187
188
### Version 4.3.6 or later
189
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&)`.
+The implementation of the "to_json" function can have any name or namespace,
+but it must conform to the function signature `void(nlohmann::json&, const T&)`.
192
193
For instance:
194
0 commit comments