Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / asio / doc / overview / buffers.qbk
index d66f6e6..af175c8 100644 (file)
@@ -54,7 +54,7 @@ Finally, multiple buffers can be passed to scatter-gather operations (such as
 [link boost_asio.reference.read read()] or [link boost_asio.reference.write write()]) by
 putting the buffer objects into a container. The `MutableBufferSequence` and
 `ConstBufferSequence` concepts have been defined so that containers such as
-`std::vector`, `std::list`, `std::vector` or `boost::array` can be used.
+`std::vector`, `std::list`, `std::array` or `boost::array` can be used.
 
 [heading Streambuf for Integration with Iostreams]