Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'docs/TCF Service - Streams.html')
-rw-r--r--docs/TCF Service - Streams.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/TCF Service - Streams.html b/docs/TCF Service - Streams.html
index 5a3378a13..edd875ab2 100644
--- a/docs/TCF Service - Streams.html
+++ b/docs/TCF Service - Streams.html
@@ -57,7 +57,7 @@
<li> Asynchronous overlapped data streaming: multiple 'read' or 'write' command can be issued at same time, both peers
can continue data processing concurrently with data transmission.
<li> Multicast: multiple clients can receive data from same stream.
- <li> Subscription model: clients are required to expressed interest in particular streams by subscribing for the service.
+ <li> Subscription model: clients are required to express interest in particular streams by subscribing for the service.
<li> Flow control: peers can throttle data flow of individual streams by delaying 'read' and 'write' commands.
</ul>

Back to the top