mirror of
https://github.com/etcd-io/bbolt.git
synced 2025-07-13 07:38:42 +00:00
Merge pull request #242 from clutchski/patch-1
fix spelling mistake in README
This commit is contained in:
commit
28e80eedb5
@ -154,7 +154,7 @@ db.Update(func(tx *bolt.Tx) error {
|
||||
You can also create a bucket only if it doesn't exist by using the
|
||||
`Tx.CreateBucketIfNotExists()` function. It's a common pattern to call this
|
||||
function for all your top-level buckets after you open your database so you can
|
||||
guarentee that they exist for future transactions.
|
||||
guarantee that they exist for future transactions.
|
||||
|
||||
To delete a bucket, simply call the `Tx.DeleteBucket()` function.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user