Skip to content

Commit f5e2a68

Browse files
authored
Fix code reference lines in the action (cpp) documentation (#5054)
Reference code lines for the part " The constructor also instantiates a new action server" are corrected. Signed-off-by: MortezaH <[email protected]>
1 parent b292465 commit f5e2a68

File tree

1 file changed

+1
-1
lines changed
  • source/Tutorials/Intermediate/Writing-an-Action-Server-Client

1 file changed

+1
-1
lines changed

source/Tutorials/Intermediate/Writing-an-Action-Server-Client/Cpp.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ The constructor also instantiates a new action server:
153153

154154
.. literalinclude:: scripts/server.cpp
155155
:language: c++
156-
:lines: 86-91
156+
:lines: 52-57
157157

158158
An action server requires 6 things:
159159

0 commit comments

Comments
 (0)