Skip to content

Commit 2aed77e

Browse files
rm extra space (#251)
1 parent 3045bc3 commit 2aed77e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntax.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ mean (x, na.rm = TRUE)
7979
mean( x, na.rm = TRUE )
8080
```
8181

82-
Place a space before and after `()` when used with `if`, `for`, or `while`.
82+
Place a space before and after `()` when used with `if`, `for`, or `while`.
8383

8484
```{r}
8585
# Good

0 commit comments

Comments
 (0)