From c44c8132e47700044f91684e640d9220befb73aa 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] mdbx-doc: fix copy&paste typo of "Getting started" (backport). --- 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.