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()