fixing typo

This commit is contained in:
pkivolowitz 2022-07-17 16:31:46 -05:00 committed by GitHub
parent 750720031f
commit ff2f8a4347
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -193,7 +193,7 @@ represented by `float`. `double` gets it right. The difference
between the `double` and `float` is the very small number shown
on the first line of output.
## When a Number if Not a Number and How About Infinity?
## When a Number is Not a Number and How About Infinity?
`NaN` is an actual value. It means `not a number`.