Skip to content

Commit c52324f

Browse files
authored
Fix creating-drive-subsystem line numbers (#557)
* fix line numbers * Update creating-drive-subsystem.rst
1 parent f646659 commit c52324f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/docs/software/examples-tutorials/trajectory-tutorial/creating-drive-subsystem.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ To access the robot's current computed pose, we include the following method:
212212

213213
.. remoteliteralinclude:: https://github.com/wpilibsuite/allwpilib/raw/master/wpilibjExamples/src/main/java/edu/wpi/first/wpilibj/examples/ramsetecommand/subsystems/DriveSubsystem.java
214214
:language: java
215-
:lines: 72-78
215+
:lines: 72-80
216216
:linenos:
217217
:lineno-start: 72
218218

0 commit comments

Comments
 (0)