We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3045bc3 commit 2aed77eCopy full SHA for 2aed77e
1 file changed
syntax.qmd
@@ -79,7 +79,7 @@ mean (x, na.rm = TRUE)
79
mean( x, na.rm = TRUE )
80
```
81
82
-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`.
83
84
```{r}
85
# Good
0 commit comments