Fix typo in 'Streams, Short Reads and Short Writes' documentation section.

This commit is contained in:
Christopher Kohlhoff 2018-11-04 18:43:26 +11:00
parent 5cb855d024
commit 91b2dcf43d

View File

@ -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`,