This commit is contained in:
Myles Byrne 2017-11-28 11:38:51 -08:00
parent a290e7e5a5
commit ddd47a11c9
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ err := db.View(func(tx *buntdb.Tx) error {
})
```
Getting non-existent values will case an `ErrNotFound` error.
Getting non-existent values will cause an `ErrNotFound` error.
### Iterating
All keys/value pairs are ordered in the database by the key. To iterate over the keys: