From 91b2dcf43db746341f556ba40350b349a6b91662 Mon Sep 17 00:00:00 2001 From: Christopher Kohlhoff Date: Sun, 4 Nov 2018 18:43:26 +1100 Subject: [PATCH] Fix typo in 'Streams, Short Reads and Short Writes' documentation section. --- asio/src/doc/overview/streams.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asio/src/doc/overview/streams.qbk b/asio/src/doc/overview/streams.qbk index e022e919..9105abbd 100644 --- a/asio/src/doc/overview/streams.qbk +++ b/asio/src/doc/overview/streams.qbk @@ -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`,