Minor javadoc fix in SwerveDriveKinematicsConstraint (#2167)

This commit is contained in:
Claudius Tewari
2019-12-09 21:34:32 -08:00
committed by Peter Johnson
parent e20d96ea4e
commit daa81c64a7

View File

@@ -22,7 +22,7 @@ public class SwerveDriveKinematicsConstraint implements TrajectoryConstraint {
private final SwerveDriveKinematics m_kinematics;
/**
* Constructs a mecanum drive dynamics constraint.
* Constructs a swerve drive dynamics constraint.
*
* @param maxSpeedMetersPerSecond The max speed that a side of the robot can travel at.
*/