pros-docs icon indicating copy to clipboard operation
pros-docs copied to clipboard

Fix typo in Motor cpp docs

Open cgjeffries opened this issue 10 months ago • 0 comments

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.

cgjeffries avatar Apr 11 '24 07:04 cgjeffries