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. ]