Fix typo in 'Streams, Short Reads and Short Writes' documentation section.
This commit is contained in:
parent
5cb855d024
commit
91b2dcf43d
@ -27,7 +27,7 @@ type requirements:
|
||||
* `SyncWriteStream`, where synchronous write operations are performed using a
|
||||
member function called `write_some()`.
|
||||
|
||||
* `AsyncWriteStream`, where synchronous write operations are performed using a
|
||||
* `AsyncWriteStream`, where asynchronous write operations are performed using a
|
||||
member function called `async_write_some()`.
|
||||
|
||||
Examples of stream-oriented I/O objects include `ip::tcp::socket`,
|
||||
|
Loading…
Reference in New Issue
Block a user