Typo on line 102 (#493)

This commit is contained in:
Ivan Krukov 2017-05-03 06:56:26 -06:00 committed by Hadley Wickham
parent 0660340e56
commit 3b67bc2926
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ The distinction between integers and doubles is not usually important, but there
some numerical tolerance.
1. Integers have one special value: `NA`, while doubles have four:
`NA`, `NaN`, `Inf` and `-Inf`. All three special values `NaN`, `Inf` and `-Inf` can arise in during division:
`NA`, `NaN`, `Inf` and `-Inf`. All three special values `NaN`, `Inf` and `-Inf` can arise during division:
```{r}
c(-1, 0, 1) / 0