Skip to content

Commit

Permalink
[choreolib] Fix SwerveSample docs typo (#1103)
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul authored Jan 4, 2025
1 parent 10c868c commit 09f03d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions choreolib/src/main/java/choreo/trajectory/SwerveSample.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ public class SwerveSample implements TrajectorySample<SwerveSample> {
/** 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². */
Expand Down

0 comments on commit 09f03d5

Please sign in to comment.