Skip to content

Commit 1087875

Browse files
fkohrtcderv
authored andcommitted
Fix description of eval
1 parent e8eefd9 commit 1087875

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/resources/schema/cell-codeoutput.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
1212
- `true` (default): evaluate code cell
1313
- `false`: don't evaluate code cell
14-
- `[...]`: A list of positive or negative line numbers to selectively include or exclude lines
15-
(explicit inclusion/excusion of lines is available only when using the knitr engine)
14+
- `[...]`: A list of positive or negative numbers to selectively include or exclude expressions
15+
(explicit inclusion/excusion of expressions is available only when using the knitr engine)
1616
1717
- name: echo
1818
tags:

0 commit comments

Comments
 (0)