We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a179545 commit 09eb246Copy full SHA for 09eb246
exercises/concept/speedywagon/.docs/instructions.md
@@ -30,7 +30,7 @@ Your first task is to ensure that the Pillar Men sensor is connected properly.
30
We can't have false alarms triggered by disconnected sensors.
31
You will write a function `connection_check`, which tests if the sensor's pointer is valid by checking for `nullptr`.
32
33
-- Define a function that accepts a pointer a a `pillar_men_sensor` _struct_.
+- Define a function that accepts a pointer to a `pillar_men_sensor` _struct_.
34
- The function should return `true` if the sensor pointer is not null, and `false` otherwise.
35
36
```cpp
0 commit comments