mirror of
https://github.com/isar/libmdbx.git
synced 2025-02-01 04:58:22 +08:00
mdbx-doc: fix copy&paste typo of "Getting started" (backport).
This commit is contained in:
parent
d376feb7bc
commit
c44c8132e4
@ -67,7 +67,7 @@ the end is hit.
|
||||
To retrieve all keys starting from a specified key value, use \ref MDBX_SET. For
|
||||
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
|
||||
current position of the cursor. \note Note that key must then match the current
|
||||
position's key.
|
||||
|
Loading…
x
Reference in New Issue
Block a user