Put backticks around function name in description

This commit is contained in:
Rodolfo Carvalho 2015-12-05 19:00:07 +01:00
parent 6e1ca38c6a
commit a2144ebbf1

View File

@ -269,7 +269,7 @@ then you must use `copy()` to copy it to another byte slice.
### Autoincrementing integer for the bucket ### 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 which can be used as the unique identifier for your key/value pairs. See the
example below. example below.