Skip to content

Commit e5e3a09

Browse files
committed
BUild Fix
1 parent 6835e82 commit e5e3a09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/ca/team4308/absolutelib/math/trajectories/shooter/ShooterSystem.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* physics math to find the necessary angle/velocity. {@code ShooterSystem} is
2222
* the <i>Manager</i> that uses that calculation to control the robot.
2323
* <p>
24-
* <h3>Usage</h3>
24+
* <h2>Usage</h2>
2525
* <pre>{@code
2626
* ShooterSystem system = new ShooterSystem(config, table, solver);
2727
* system.setMode(ShotMode.LOOKUP_WITH_SOLVER_FALLBACK);

0 commit comments

Comments
 (0)