Skip to content

Commit 5ecf1aa

Browse files
committed
Corrected JavaDoc
1 parent 70f352c commit 5ecf1aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

strongback/src/org/strongback/drive/TankDrive.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,10 +268,10 @@ public void cheesy(double throttle, double wheel, boolean isQuickTurn) {
268268
* <p>
269269
* This method supports two different algorithms for cheesy drive:
270270
* <ul>
271-
* <li><i>simple<i> - an improved and simplified algorithm from
271+
* <li><b>simple</b> - an improved and simplified algorithm from
272272
* <a href="https://github.com/Team254/FRC-2016-Public/blob/master/src/com/team254/frc2016/CheesyDriveHelper.java">Team 254
273273
* Cheesy Drive logic from 2016</a>; and</li>
274-
* <li><i>inertia<i> - an earlier algorithm that uses inertia terms to non-linearly smooth the outputs, from
274+
* <li><b>inertia</b> - an earlier algorithm that uses inertia terms to non-linearly smooth the outputs, from
275275
* <a href="https://github.com/Team254/FRC-2016-Public/blob/master/src/com/team254/frc2016/CheesyDriveHelper.java">Team 254
276276
* Cheesy Drive logic from 2014</a></li>
277277
* </ul>

0 commit comments

Comments
 (0)