diff options
Diffstat (limited to 'include/jau/cow_darray.hpp')
-rw-r--r-- | include/jau/cow_darray.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/jau/cow_darray.hpp b/include/jau/cow_darray.hpp index 1a1eee6..4e258cc 100644 --- a/include/jau/cow_darray.hpp +++ b/include/jau/cow_darray.hpp @@ -169,7 +169,7 @@ namespace jau { * </p> * <p> * Due to the costly nature of mutable CoW resource management, - * consider using jau::cow_rw_iterator if elements won't get mutated + * consider using jau::cow_ro_iterator if elements won't get mutated * or any changes can be discarded. * </p> * @see jau::cow_rw_iterator |