@@ -29,12 +29,12 @@ * @brief A stream that supports seeking. * * @note If you want to subclass this, override * @ref lowlevelSeekToOffset:whence:. OFSeekableStream uses this method * and makes it work together with the caching of OFStream. If you - * override this methods without the lowlevel prefix, you will - * break caching, get broken results and seek to the wrong position! + * override this methods without the lowlevel prefix, you *will* break + * caching, get broken results and seek to the wrong position! */ @interface OFSeekableStream: OFStream /*! * @brief Seeks to the specified absolute offset. *