Skip to content

Commit 09eb246

Browse files
authored
docs: update instructions.md for smart pointer exercise (#944)
1 parent a179545 commit 09eb246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/concept/speedywagon/.docs/instructions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Your first task is to ensure that the Pillar Men sensor is connected properly.
3030
We can't have false alarms triggered by disconnected sensors.
3131
You will write a function `connection_check`, which tests if the sensor's pointer is valid by checking for `nullptr`.
3232

33-
- Define a function that accepts a pointer a a `pillar_men_sensor` _struct_.
33+
- Define a function that accepts a pointer to a `pillar_men_sensor` _struct_.
3434
- The function should return `true` if the sensor pointer is not null, and `false` otherwise.
3535

3636
```cpp

0 commit comments

Comments
 (0)