Docfix
[libcds.git] / cds / opt / buffer.h
index 9ded909ee623712d0d7a5953952b63217d6b9adc..76dc4cf1066422726d56dc434435d3558d32bfd2 100644 (file)
@@ -60,7 +60,7 @@ namespace cds { namespace opt {
         Initialized buffer contains default-constructed elements. Element destructor is called automatically
         when the buffer is destroyed.
 
-        Initialized and uninitialized buffers are not 
+        @note Usually, initialized and uninitialized buffers are not interchangeable.
     */
     template <typename Type>
     struct buffer {