From c9e7f5677de5d25e0b21282b75d1bed3bdcaec6f Mon Sep 17 00:00:00 2001 From: Titan Robotics Club Date: Sat, 1 Jun 2024 12:43:05 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3e50f5..c6d2ea7 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Once the drive base is fully functional, the next step is to create subsystems f ``` public class Slide { - public final TrcMotor slideMotor; + private final TrcMotor slideMotor; /** * Constructor: Creates an instance of the object.