Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Alessandro Croci <[email protected]>
  • Loading branch information
traversaro and xela-95 authored Feb 5, 2025
1 parent 4ed24ab commit 5f73e7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/device-registry/DeviceRegistry.hh
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,14 @@ public:
std::string& generatedDeviceDatabaseKey);

/**
* Get a device whose device id is correspond exactly to the specified deviceDatabaseKey.
* Get a device whose device ID corresponds exactly to the specified deviceDatabaseKey.
*/
bool getDevice(const gz::sim::EntityComponentManager& ecm,
const std::string& deviceDatabaseKey,
yarp::dev::PolyDriver*& driver) const;

/**
* Remove a device whose device id is correspond exactly to the specified deviceDatabaseKey.
* Remove a device whose device ID corresponds exactly to the specified deviceDatabaseKey.
*/
bool
removeDevice(const gz::sim::EntityComponentManager& ecm, const std::string& deviceDatabaseKey);
Expand Down

0 comments on commit 5f73e7c

Please sign in to comment.