We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6835e82 commit e5e3a09Copy full SHA for e5e3a09
src/main/java/ca/team4308/absolutelib/math/trajectories/shooter/ShooterSystem.java
@@ -21,7 +21,7 @@
21
* physics math to find the necessary angle/velocity. {@code ShooterSystem} is
22
* the <i>Manager</i> that uses that calculation to control the robot.
23
* <p>
24
- * <h3>Usage</h3>
+ * <h2>Usage</h2>
25
* <pre>{@code
26
* ShooterSystem system = new ShooterSystem(config, table, solver);
27
* system.setMode(ShotMode.LOOKUP_WITH_SOLVER_FALLBACK);
0 commit comments