diff --git a/include/VersionedMap.h b/include/VersionedMap.h index cadd306..6ad28fd 100644 --- a/include/VersionedMap.h +++ b/include/VersionedMap.h @@ -90,7 +90,8 @@ struct VersionedMap { Iterator(Iterator &&) noexcept; Iterator &operator=(Iterator &&) noexcept; - /** iter must not be `end()` */ + /** iter must not be `end()`. Memory pointed-to by return value is valid as + * long as the iterator is valid. */ Mutation operator*() const; /** iter must not be `end()` */