Skip to content

Commit 9b16fa0

Browse files
authored
fix(nextftc): change serov to servo
1 parent 2a573d0 commit 9b16fa0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/nextftc/concepts/subsystems.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ val pivotRight = SetPostion(pivotServo, 1.0).requires(pivotServo)
9696
== Java
9797

9898
```java
99-
public Command openClaw = new SetPosition(clawServo, 1).requires(clawSerov);
99+
public Command openClaw = new SetPosition(clawServo, 1).requires(clawServo);
100100
public Command closeClaw = new SetPosition(clawServo, 0).requires(clawServo);
101101

102102
public Command pivotLeft = new SetPosition(pivotServo, 0.0).requires(pivotServo);
103103
public Command pivotRight = new SetPosition(pivotServo, 0.0).requires(pivotServo);
104104
```
105105

106-
:::
106+
:::

0 commit comments

Comments
 (0)