Update README.md

This commit is contained in:
Titan Robotics Club
2024-06-01 12:43:05 -07:00
committed by GitHub
parent 46adc94880
commit c9e7f5677d

View File

@ -35,7 +35,7 @@ Once the drive base is fully functional, the next step is to create subsystems f
``` ```
public class Slide public class Slide
{ {
public final TrcMotor slideMotor; private final TrcMotor slideMotor;
/** /**
* Constructor: Creates an instance of the object. * Constructor: Creates an instance of the object.