Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
fix: ✏️ correct some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
meisZWFLZ authored Mar 18, 2024
1 parent 7b92c47 commit c5fb177
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion entries/auton/skills/skills.typ
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
datetime(year: 2024, month: 2, day: 25),
"skills.cpp",
[
This code attempts to score as many points as possible in the 60-second skils
This code attempts to score as many points as possible in the 60-second skills
period. We do this by first matchloading, then crossing under the elevation bar
to make 2 rams into the right side of the goal. Then we go around the center
triballs and make 2 rams into the front side of the goal. Next, we sweep the
Expand Down
2 changes: 1 addition & 1 deletion entries/lift/lift.typ
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class LiftArmStateMachine {
STATE state = IDLE;
};
``` ```cpp
// src/subsytstems/lift.cpp
// src/subsystems/lift.cpp
// construct the lift arm state machine
LiftArmStateMachine::LiftArmStateMachine(pros::ADIDigitalOut* retract,
pros::ADIDigitalOut* extend)
Expand Down

0 comments on commit c5fb177

Please sign in to comment.