aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthe lemons <citrons@mondecitronne.com>2022-12-04 04:21:05 -0600
committerthe lemons <citrons@mondecitronne.com>2022-12-04 04:21:05 -0600
commit187933ca79bfbad8ca06505fcd18dacc8ee66925 (patch)
treef84419a7450c4ac225de9f7f4716a1399402a5e5
parent876e24175a3870b17141d5a075505945d80992ba (diff)
another small typo in README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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.