Skip to content

Commit 76a84a5

Browse files
committed
[publishers_and_subscribers] Fixing id reference.
1 parent f7b293f commit 76a84a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/publishers_and_subscribers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,6 @@ which outputs
292292

293293
.. warning::
294294

295-
Unless instructed otherwise, the publisher does **NOT** wait for a subscriber to connect before it starts publishing the messages. As shown in the case above, the first message we received started with `id=3`. If we delayed longer to start the publisher, we would have received later messages only.
295+
Unless instructed otherwise, the publisher does **NOT** wait for a subscriber to connect before it starts publishing the messages. As shown in the case above, the first message we received started with `id>0`. If we delayed longer to start the publisher, we would have received later messages only.
296296

297297
Let's close each node with :kbd:`CTRL+C` on each terminal before we proceed to the next tutorial.

0 commit comments

Comments
 (0)