We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8412c21 commit 94f8255Copy full SHA for 94f8255
1 file changed
workflow-basics.qmd
@@ -38,7 +38,7 @@ You can **c**ombine multiple elements into a vector with `c()`:
38
primes <- c(2, 3, 5, 7, 11, 13)
39
```
40
41
-And basic arithmetic on vectors is applied to every element of of the vector:
+And basic arithmetic on vectors is applied to every element of the vector:
42
43
```{r}
44
primes * 2
0 commit comments