Skip to content

Commit daed243

Browse files
authored
Fix typo in freedrive example document (#304)
1 parent 566d4ce commit daed243

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/examples/freedrive.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ section will keep freedrive mode active for a period of time defined in ``second
5656
:start-at: std::chrono::duration<double> time_done(0);
5757
:end-before: sendFreedriveMessageOrDie(control::FreedriveControlMessage::FREEDRIVE_STOP);
5858

59-
Stop force Mode
60-
---------------
59+
Stop freedrive Mode
60+
-------------------
6161

62-
To stop force mode either stop sending keepalive signals or request deactivating it explicitly:
62+
To stop freedrive mode either stop sending keepalive signals or request deactivating it explicitly:
6363

6464
.. literalinclude:: ../../examples/freedrive_example.cpp
6565
:language: c++

0 commit comments

Comments
 (0)