Fix a typo (#464)

This commit is contained in:
Paul
2016-10-11 23:18:26 -05:00
committed by Hadley Wickham
parent 4a27316c13
commit 87f480713d

View File

@@ -72,7 +72,7 @@ c(TRUE, TRUE, FALSE, NA)
### Numeric ### Numeric
Integer and double vectors are known collectively as numeric vectors. In R, numbers are doubles by default. To make an integer, place a `L` after the number: Integer and double vectors are known collectively as numeric vectors. In R, numbers are doubles by default. To make an integer, place an `L` after the number:
```{r} ```{r}
typeof(1) typeof(1)