mirror of
https://gitflic.ru/project/erthink/libmdbx.git
synced 2025-01-26 01:56:05 +00:00
mdbx-doc: исправление copy&paste опечатки в "Getting started".
This commit is contained in:
parent
3ade7c7ba1
commit
486711945d
@ -67,7 +67,7 @@ the end is hit.
|
|||||||
To retrieve all keys starting from a specified key value, use \ref MDBX_SET. For
|
To retrieve all keys starting from a specified key value, use \ref MDBX_SET. For
|
||||||
more cursor operations, see the \ref c_api reference.
|
more cursor operations, see the \ref c_api reference.
|
||||||
|
|
||||||
When using \ref mdbx_cursor_put()\ref , either the function will position the cursor
|
When using \ref mdbx_cursor_put(), either the function will position the cursor
|
||||||
for you based on the key, or you can use operation \ref MDBX_CURRENT to use the
|
for you based on the key, or you can use operation \ref MDBX_CURRENT to use the
|
||||||
current position of the cursor. \note Note that key must then match the current
|
current position of the cursor. \note Note that key must then match the current
|
||||||
position's key.
|
position's key.
|
||||||
|
Loading…
Reference in New Issue
Block a user