From b5be1e0d0d1128ccea9de7cfc0829965730384fc Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Thu, 15 Jun 2017 14:17:53 -0700 Subject: [PATCH] Documentation work --- doc/5_06_serializer_buffers.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/5_06_serializer_buffers.qbk b/doc/5_06_serializer_buffers.qbk index 1662ccd6..f2250919 100644 --- a/doc/5_06_serializer_buffers.qbk +++ b/doc/5_06_serializer_buffers.qbk @@ -68,7 +68,7 @@ of __serializer__ to write an HTTP message to a `std::ostream`: [tip Serializing to a `std::ostream` could be implemented using an alternate strategy: adapt the `std::ostream` interface to a __SyncWriteStream__, - enable use with the library's existing stream algorithms. This is + enabling use with the library's existing stream algorithms. This is left as an exercise for the reader. ]