diff --git a/src/main/java/frc/robot/commands/lightstrip/NodeLight.java b/src/main/java/frc/robot/commands/lightstrip/NodeLight.java index 5a82cfc..dc7f7d5 100644 --- a/src/main/java/frc/robot/commands/lightstrip/NodeLight.java +++ b/src/main/java/frc/robot/commands/lightstrip/NodeLight.java @@ -41,7 +41,7 @@ public void execute() { @Override public void end(boolean interrupted) {} - // Returns true when the ∏command should end. + // Returns true when the command should end. @Override public boolean isFinished() { return false;