Put backticks around function name in description

pull/34/head
Rodolfo Carvalho 2015-12-05 19:00:07 +01:00
parent 6e1ca38c6a
commit a2144ebbf1
1 changed files with 4 additions and 4 deletions

View File

@ -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.