fix doc syntax

pull/147/merge
Shuhei Kadowaki 2020-03-06 09:20:32 +09:00
parent 32bddc543f
commit db0aa06f38
1 changed files with 4 additions and 4 deletions

View File

@ -46,10 +46,10 @@ options:
---
```
You can also set or change the default chunk options for a document either before weave using the `set_chunk_defaults function`.
You can also set or change the default chunk options for a document either before weave using the `set_chunk_defaults` function.
```@docs
set_chunk_defaults(opts)
get_chunk_defaults()
restore_chunk_defaults()
set_chunk_defaults
get_chunk_defaults
restore_chunk_defaults
```