Edit JavaDoc comments in shooter commands
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / commands / shooter / RunFlyWheelContinuous.java
index 13c3eceb18ef4c6d5a698c3311dc02d6ae42de68..20a4d08f37cf6c608a911acc9c722d597b42a759 100644 (file)
@@ -10,7 +10,7 @@ import edu.wpi.first.wpilibj.command.Command;
  * button.whileHeld(...).
  *
  * @param motorVal
- *          [-1,1]
+ *          value range from -1 to 1
  * @author Shaina
  */
 public class RunFlyWheelContinuous extends Command {