Skip to content

Commit

Permalink
[choreolib] Fix SwerveSample docs typo
Browse files Browse the repository at this point in the history
Fixes #1102.
  • Loading branch information
calcmogul committed Jan 4, 2025
1 parent 10c868c commit fa67b4a
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 fa67b4a

Please sign in to comment.