Skip to content

Commit e26cad7

Browse files
docs: correct typos
1 parent d6e98d6 commit e26cad7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

room_control_unit/src/app/logic/baseio/PersonTracker.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
#include "../../model/Room.h"
1414

1515
/*
16-
Interface that model a tracker device to track people.
16+
Interface that models a tracker device to track people.
1717
*/
1818
class PersonTracker {
1919
public:
2020
/*
21-
Check if a new person is being tracked.
21+
Check if a new person has been tracked.
2222
2323
@return true if a new person is detected, false otherwise
2424
*/

room_control_unit/src/app/logic/baseio/PresenceSensor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#define __PRESENCE_SENSOR__
1111

1212
/*
13-
Interface that model a sensor used to detect presence.
13+
Interface that models a sensor used to detect presence.
1414
*/
1515
class PresenceSensor {
1616
public:

0 commit comments

Comments
 (0)