Fix a typo (#464)
This commit is contained in:
		@@ -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)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user