Skip to content

Commit 8e20909

Browse files
committed
Don't talk about the wire
Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
1 parent a6149d1 commit 8e20909

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rclpy/src/rclpy/client.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class Client : public Destroyable
3535
/**
3636
* This function will create a client for the given service name.
3737
* This client will use the typesupport defined in the service module
38-
* provided as pysrv_type to send messages over the wire.
38+
* provided as pysrv_type to send messages.
3939
*
4040
* Raises ValueError if the capsules are not the correct types
4141
* Raises RuntimeError if the client could not be created

0 commit comments

Comments
 (0)