From 486711945d574a9177ea3f2f5841d316fe1e3d93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B5=D0=BE=D0=BD=D0=B8=D0=B4=20=D0=AE=D1=80=D1=8C?= =?UTF-8?q?=D0=B5=D0=B2=20=28Leonid=20Yuriev=29?= Date: Tue, 17 Jan 2023 21:52:57 +0300 Subject: [PATCH] =?UTF-8?q?mdbx-doc:=20=D0=B8=D1=81=D0=BF=D1=80=D0=B0?= =?UTF-8?q?=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20copy&paste=20=D0=BE?= =?UTF-8?q?=D0=BF=D0=B5=D1=87=D0=B0=D1=82=D0=BA=D0=B8=20=D0=B2=20"Getting?= =?UTF-8?q?=20started".?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/_starting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_starting.md b/docs/_starting.md index 95783fd0..30336857 100644 --- a/docs/_starting.md +++ b/docs/_starting.md @@ -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.