From 63321a4ce343e6f2694893b317f6a33d0955ed22 Mon Sep 17 00:00:00 2001 From: Andrey Bychkov Date: Thu, 13 Jul 2023 13:08:27 +0300 Subject: [PATCH] doc fix --- libs/main/containers/pimap.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/main/containers/pimap.h b/libs/main/containers/pimap.h index b50f6684..f25841ae 100644 --- a/libs/main/containers/pimap.h +++ b/libs/main/containers/pimap.h @@ -328,7 +328,8 @@ public: //! \~english Read only access to element by `key`. //! \~russian Доступ исключительно на чтение к элементу по ключу `key`. //! \~\note - //! \~english Element with key `key` must exists, otherwise will be undefined behavior. + //! \~english Element with key `key` must exists, + //! otherwise it will lead to undefined program behavior and memory errors. //! \~russian Элемент по ключу `key` должен существовать, //! иначе это приведёт к неопределённому поведению программы и ошибкам памяти. //! \~\sa \a operator[](), \a value(), \a key()