From 1e9ba19db499675b3201d0d700a8ab14e2f801ed Mon Sep 17 00:00:00 2001 From: Shuhei Kadowaki Date: Mon, 25 May 2020 12:22:33 +0900 Subject: [PATCH] fix wording --- doc/src/chunk_options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/chunk_options.md b/doc/src/chunk_options.md index 871ebd8..69dfd0d 100644 --- a/doc/src/chunk_options.md +++ b/doc/src/chunk_options.md @@ -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 (`,`)