Skip to content

Commit 2bf6c2d

Browse files
sebromeroaentinger
andauthored
Update docs/02-data-exchange.md
Co-authored-by: Alexander Entinger <[email protected]>
1 parent 903d6e8 commit 2bf6c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/02-data-exchange.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ In order to actually facilitate the flow of data from a source to a sink the sin
5151
DataProducerThread.counter.connectTo(DataConsumerThread_1.counter);
5252
DataProducerThread.counter.connectTo(DataConsumerThread_2.counter);
5353
```
54-
Whenever a new value is assigned to a data source , i.e.
54+
Whenever a new value is assigned to a data source, i.e.
5555
```C++
5656
/* DataProducerThread.inot */
5757
counter = 10;

0 commit comments

Comments
 (0)