mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-30 22:47:16 +08:00
mdbx-doc: minor fix typo / wrong reference to mdbx_cursor_set()
.
Change-Id: I22216ffc2ad2d7545d87969df4284239f8caecb5
This commit is contained in:
parent
4b8b7d5a77
commit
f2d2a4c698
2
mdbx.h
2
mdbx.h
@ -1452,7 +1452,7 @@ DEFINE_ENUM_FLAG_OPERATORS(MDBX_copy_flags_t)
|
||||
/** \brief Cursor operations
|
||||
* \ingroup c_cursors
|
||||
* This is the set of all operations for retrieving data using a cursor.
|
||||
* \see mdbx_cursor_set() */
|
||||
* \see mdbx_cursor_get() */
|
||||
enum MDBX_cursor_op {
|
||||
/** Position at first key/data item */
|
||||
MDBX_FIRST,
|
||||
|
Loading…
x
Reference in New Issue
Block a user