Skip to content

Commit

Permalink
Fix typo in encoders page
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeshwar-Krishnan authored Nov 13, 2023
1 parent adfcba3 commit 6e81ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/docs/software/tutorials/encoders.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ While convenient if one uses the built-in motor encoder, this can easily become

.. code-block::
DcMotor motor = hardwareMap.dcmotor.get("Arm Motor");
DcMotor motor = hardwareMap.dcMotor.get("Arm Motor");
double position = motor.getCurrentPosition();
.. tab-item:: Blocks
Expand Down

0 comments on commit 6e81ac2

Please sign in to comment.