mirror of https://github.com/etcd-io/bbolt.git
Put backticks around function name in description
parent
6e1ca38c6a
commit
a2144ebbf1
|
@ -269,7 +269,7 @@ then you must use `copy()` to copy it to another byte slice.
|
|||
|
||||
|
||||
### Autoincrementing integer for the bucket
|
||||
By using the NextSequence() function, you can let Bolt determine a sequence
|
||||
By using the `NextSequence()` function, you can let Bolt determine a sequence
|
||||
which can be used as the unique identifier for your key/value pairs. See the
|
||||
example below.
|
||||
|
||||
|
|
Loading…
Reference in New Issue