README.md: fix typo

Signed-off-by: Park Zhou <ideapark@139.com>
pull/708/head
Park Zhou 2024-03-10 23:01:09 +08:00
parent 3fa18aed53
commit 2e41a6711c
1 changed files with 1 additions and 1 deletions

View File

@ -906,7 +906,7 @@ The best places to start are the main entry points into Bolt:
- `Bucket.Put()` - Writes a key/value pair into a bucket. After validating the
arguments, a cursor is used to traverse the B+tree to the page and position
where they key & value will be written. Once the position is found, the bucket
where the key & value will be written. Once the position is found, the bucket
materializes the underlying page and the page's parent pages into memory as
"nodes". These nodes are where mutations occur during read-write transactions.
These changes get flushed to disk during commit.