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

Commit c5fb177

Browse files
authored
fix: ✏️ correct some typos
1 parent 7b92c47 commit c5fb177

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

entries/auton/skills/skills.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
datetime(year: 2024, month: 2, day: 25),
66
"skills.cpp",
77
[
8-
This code attempts to score as many points as possible in the 60-second skils
8+
This code attempts to score as many points as possible in the 60-second skills
99
period. We do this by first matchloading, then crossing under the elevation bar
1010
to make 2 rams into the right side of the goal. Then we go around the center
1111
triballs and make 2 rams into the front side of the goal. Next, we sweep the

entries/lift/lift.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ class LiftArmStateMachine {
129129
STATE state = IDLE;
130130
};
131131
``` ```cpp
132-
// src/subsytstems/lift.cpp
132+
// src/subsystems/lift.cpp
133133
// construct the lift arm state machine
134134
LiftArmStateMachine::LiftArmStateMachine(pros::ADIDigitalOut* retract,
135135
pros::ADIDigitalOut* extend)

0 commit comments

Comments
 (0)