Skip to content

Commit 94f8255

Browse files
Remove double word (#1716)
1 parent 8412c21 commit 94f8255

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workflow-basics.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ You can **c**ombine multiple elements into a vector with `c()`:
3838
primes <- c(2, 3, 5, 7, 11, 13)
3939
```
4040

41-
And basic arithmetic on vectors is applied to every element of of the vector:
41+
And basic arithmetic on vectors is applied to every element of the vector:
4242

4343
```{r}
4444
primes * 2

0 commit comments

Comments
 (0)