We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 903d6e8 commit 2bf6c2dCopy full SHA for 2bf6c2d
docs/02-data-exchange.md
@@ -51,7 +51,7 @@ In order to actually facilitate the flow of data from a source to a sink the sin
51
DataProducerThread.counter.connectTo(DataConsumerThread_1.counter);
52
DataProducerThread.counter.connectTo(DataConsumerThread_2.counter);
53
```
54
-Whenever a new value is assigned to a data source , i.e.
+Whenever a new value is assigned to a data source, i.e.
55
```C++
56
/* DataProducerThread.inot */
57
counter = 10;
0 commit comments