diff --git a/TeamCode/src/main/java/org/firstinspires/ftc/teamcode/pedroPathing/pathGeneration/Path.java b/TeamCode/src/main/java/org/firstinspires/ftc/teamcode/pedroPathing/pathGeneration/Path.java index 9d88d0a1..1539a49e 100644 --- a/TeamCode/src/main/java/org/firstinspires/ftc/teamcode/pedroPathing/pathGeneration/Path.java +++ b/TeamCode/src/main/java/org/firstinspires/ftc/teamcode/pedroPathing/pathGeneration/Path.java @@ -60,7 +60,7 @@ public class Path { private double pathEndTValueConstraint = FollowerConstants.pathEndTValueConstraint; // When the Path is considered at its end parametrically, then the Follower has this many - // seconds to further correct by default. + // milliseconds to further correct by default. // This can be custom set for each Path. private double pathEndTimeoutConstraint = FollowerConstants.pathEndTimeoutConstraint; @@ -402,7 +402,7 @@ public void setPathEndTValueConstraint(double set) { /** * This sets the Path end timeout. If the Path is at its end parametrically, then the Follower - * has this many seconds to correct before the Path gets ended anyways. + * has this many milliseconds to correct before the Path gets ended anyways. * * @param set This sets the Path end timeout. */