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
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ c(TRUE, TRUE, FALSE, NA)
### 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}
typeof(1)