mdbx-doc: исправление copy&paste опечатки в "Getting started".

This commit is contained in:
Леонид Юрьев (Leonid Yuriev) 2023-01-17 21:52:57 +03:00
parent 3ade7c7ba1
commit 486711945d

View File

@ -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.