mdbx-doc: fix typo in the Doxygen reference.

This commit is contained in:
Leonid Yuriev 2022-01-25 20:24:18 +03:00
parent 28fcf33cda
commit f63f4f8924

View File

@ -2823,7 +2823,7 @@ enum class value_mode {
/// \see txn::open_map() \see txn::create_map()
/// \see txn::clear_map() \see txn::drop_map()
/// \see txn::get_handle_info() \see txn::get_map_stat()
/// \see env::close_amp()
/// \see env::close_map()
/// \see cursor::map()
struct LIBMDBX_API_TYPE map_handle {
MDBX_dbi dbi{0};