pros-docs
pros-docs copied to clipboard
Fix typo in Motor cpp docs
The Motor cpp docs incorrectly stated the signature for is_stopped
as
std::int32_t motor_is_stopped ( )
when the correct signature is
std::int32_t pros::Motor::is_stopped()
This PR fixes that discrepancy.