Skip to content

Commit

Permalink
Fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Jan 4, 2024
1 parent c54242d commit 21c889e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardware_interface/src/component_parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ hardware_interface::InterfaceInfo parse_interfaces_from_xml(
* \param[in] component_it pointer to the iterator where component
* info should be found
* \return ComponentInfo filled with information about component
* \throws std::runtime_error if a component attribute or tag is not found or false configuration
* \throws std::runtime_error if a component attribute or tag is not found
*/
ComponentInfo parse_component_from_xml(const tinyxml2::XMLElement * component_it)
{
Expand Down

0 comments on commit 21c889e

Please sign in to comment.