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