Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop-pros-4' into pros-4/docs
Browse files Browse the repository at this point in the history
  • Loading branch information
noam987 committed Oct 5, 2023
2 parents 4c10197 + 643099b commit c445161
Show file tree
Hide file tree
Showing 7 changed files with 910 additions and 926 deletions.
8 changes: 4 additions & 4 deletions include/pros/motor_group.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ class MotorGroup : public virtual AbstractMotor {
*
* EDOM - THe motor group is empty
*
* \return A vecotr containing each motor's efficiency in percent or PROS_ERR_F if the operation
* \return A vector containing each motor's efficiency in percent or PROS_ERR_F if the operation
* failed, setting errno.
*
* \b Example
Expand Down Expand Up @@ -1107,7 +1107,7 @@ class MotorGroup : public virtual AbstractMotor {
* ENODEV - The port cannot be configured as a motor
* EDOM - The motor group is empty
*
* \return A vecotr of each motor's temperature in degrees Celsius or PROS_ERR_F if the
* \return A vector of each motor's temperature in degrees Celsius or PROS_ERR_F if the
* operation failed, setting errno.
*
* \b Example
Expand Down Expand Up @@ -1320,7 +1320,7 @@ class MotorGroup : public virtual AbstractMotor {
*/
std::int32_t is_over_temp(const std::uint8_t index = 0) const;
/**
* Gets a vecotr with the temperature limit flag for each motor in the motor group.
* Gets a vector with the temperature limit flag for each motor in the motor group.
*
* This function uses the following values of errno when an error state is
* reached:
Expand Down Expand Up @@ -1377,7 +1377,7 @@ class MotorGroup : public virtual AbstractMotor {
*/
MotorBrake get_brake_mode(const std::uint8_t index = 0) const;
/**
* Gets a vecotr with the brake mode that was set for each motor in the motor group.
* Gets a vector with the brake mode that was set for each motor in the motor group.
*
* This function uses the following values of errno when an error state is
* reached:
Expand Down
Loading

0 comments on commit c445161

Please sign in to comment.