From 1071821645d3c566dbd0156e14e2ce135a4da2d5 Mon Sep 17 00:00:00 2001 From: Carlos Scheidegger Date: Wed, 16 Jul 2025 09:28:16 -0400 Subject: [PATCH] replace universal quantifier with existential --- docs/tools/rstudio.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tools/rstudio.qmd b/docs/tools/rstudio.qmd index 8a7d11f240..3694027176 100644 --- a/docs/tools/rstudio.qmd +++ b/docs/tools/rstudio.qmd @@ -17,7 +17,7 @@ To learn more, see the documentation on [Using the Visual Editor](../visual-edit ## Knitr Engine -Quarto is designed to be highly compatible with existing [R Markdown](https://rmarkdown.rstudio.com/) documents. You should generally be able to use Quarto to render any existing Rmd document without changes. +Quarto is designed to be highly compatible with existing [R Markdown](https://rmarkdown.rstudio.com/) documents. You should generally be able to use Quarto to render an existing Rmd document without changes. {{< include _chunk-options.md >}}