diff --git a/choreolib/src/main/java/choreo/trajectory/SwerveSample.java b/choreolib/src/main/java/choreo/trajectory/SwerveSample.java index b471ae102..247079e10 100644 --- a/choreolib/src/main/java/choreo/trajectory/SwerveSample.java +++ b/choreolib/src/main/java/choreo/trajectory/SwerveSample.java @@ -37,10 +37,10 @@ public class SwerveSample implements TrajectorySample { /** The angular velocity of the sample in rad/s. */ public final double omega; - /** The acceleration of the in the X direction in m/s². */ + /** The acceleration of the sample in the X direction in m/s². */ public final double ax; - /** The acceleration of the in the Y direction in m/s². */ + /** The acceleration of the sample in the Y direction in m/s². */ public final double ay; /** The angular acceleration of the sample in rad/s². */