mirror of
https://github.com/etcd-io/bbolt.git
synced 2025-04-28 05:33:17 +00:00
README.md: fix typo
Signed-off-by: Park Zhou <ideapark@139.com>
This commit is contained in:
parent
3fa18aed53
commit
2e41a6711c
@ -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
|
- `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
|
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
|
materializes the underlying page and the page's parent pages into memory as
|
||||||
"nodes". These nodes are where mutations occur during read-write transactions.
|
"nodes". These nodes are where mutations occur during read-write transactions.
|
||||||
These changes get flushed to disk during commit.
|
These changes get flushed to disk during commit.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user