fix wording

pull/357/head
Shuhei Kadowaki 2020-05-25 12:22:33 +09:00
parent 14b56f1667
commit 1e9ba19db4
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ Most of the ideas came from [chunk options in RMarkdown](http://yihui.name/knitr
## Syntax
Chunk options come after code chunk starter at the top of [code chunk](@ref code-chunks).
Chunk options come after [code chunk](@ref code-chunks) header.
There are two (slightly) different syntax to write them:
- (Julia's toplevel expression) options are separated by semicolon (`;`)
- (RMarkdown style) options are separated by comma (`,`)