From 59c30347f5b56b841fd4b8f65349c97ca503088d Mon Sep 17 00:00:00 2001 From: Michael Chirico Date: Fri, 17 Oct 2025 15:16:21 -0700 Subject: [PATCH] rm extra space --- syntax.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax.qmd b/syntax.qmd index 3cde2cc..fb88fc0 100755 --- a/syntax.qmd +++ b/syntax.qmd @@ -79,7 +79,7 @@ mean (x, na.rm = TRUE) mean( x, na.rm = TRUE ) ``` -Place a space before and after `()` when used with `if`, `for`, or `while`. +Place a space before and after `()` when used with `if`, `for`, or `while`. ```{r} # Good