From f2d2a4c69825e2570c23e15a09f08ac688b3115a Mon Sep 17 00:00:00 2001 From: Leonid Yuriev Date: Sun, 14 Mar 2021 16:31:26 +0300 Subject: [PATCH] mdbx-doc: minor fix typo / wrong reference to `mdbx_cursor_set()`. Change-Id: I22216ffc2ad2d7545d87969df4284239f8caecb5 --- mdbx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdbx.h b/mdbx.h index 993dab70..c48de19b 100644 --- a/mdbx.h +++ b/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,