From 187933ca79bfbad8ca06505fcd18dacc8ee66925 Mon Sep 17 00:00:00 2001 From: the lemons Date: Sun, 4 Dec 2022 04:21:05 -0600 Subject: another small typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac39276..bd19045 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ create a new environment handle and open the database at the `path`. returns the returns the LMDB version as `major, minor, patch`. ### `env:txn_begin(rdonly)` -create a new transaction in the environment. if `rdonly` is true, then the transaction is not to be used to perform write operation. returns the transaction handle (`txn`) on success. +create a new transaction in the environment. if `rdonly` is true, then the transaction is not to be used to perform write operations. returns the transaction handle (`txn`) on success. ### `env:copy(path)` copy the environment to the specified `path`. return `true` on success. -- cgit v1.2.3