From ff2f8a4347093ce65ace0b91fbd6f9cf2c3c0075 Mon Sep 17 00:00:00 2001 From: pkivolowitz Date: Sun, 17 Jul 2022 16:31:46 -0500 Subject: [PATCH] fixing typo --- section_1/float/what.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/section_1/float/what.md b/section_1/float/what.md index d144380..2d6f2c9 100644 --- a/section_1/float/what.md +++ b/section_1/float/what.md @@ -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`.