Skip to content

Commit 074a4e8

Browse files
authored
Tiny grammar edit to quarto.qmd (#1718)
1 parent 94f8255 commit 074a4e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

quarto.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ The most important set of options controls if your code block is executed and wh
313313
- `include: false` runs the code, but doesn't show the code or results in the final document.
314314
Use this for setup code that you don't want cluttering your report.
315315
316-
- `echo: false` prevents code, but not the results from appearing in the finished file.
316+
- `echo: false` prevents code, but not the results, from appearing in the finished file.
317317
Use this when writing reports aimed at people who don't want to see the underlying R code.
318318
319319
- `message: false` or `warning: false` prevents messages or warnings from appearing in the finished file.
@@ -850,4 +850,4 @@ To improve your writing, we highly recommend reading either [*Style: Lessons in
850850
Both books will help you understand the structure of sentences and paragraphs, and give you the tools to make your writing more clear.
851851
(These books are rather expensive if purchased new, but they're used by many English classes so there are plenty of cheap second-hand copies).
852852
George Gopen also has a number of short articles on writing at <https://www.georgegopen.com/litigation-articles.html>.
853-
They are aimed at lawyers, but almost everything applies to data scientists too.
853+
They are aimed at lawyers, but almost everything applies to data scientists too.

0 commit comments

Comments
 (0)