From bba9f7df211d63293e2a957872d156a0a6dfcd48 Mon Sep 17 00:00:00 2001 From: Marcel Ribeiro-Dantas Date: Sat, 10 Dec 2022 12:05:34 -0300 Subject: Fixes typos in many different English articles Signed-off-by: Marcel Ribeiro-Dantas --- c.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c.html.markdown') diff --git a/c.html.markdown b/c.html.markdown index cd6b5ad2..ef341abf 100644 --- a/c.html.markdown +++ b/c.html.markdown @@ -256,7 +256,7 @@ int main (int argc, char** argv) // Floating-point numbers are defined by IEEE 754, thus cannot store perfectly // exact values. For instance, the following does not produce expected results - // because 0.1 might actually be 0.099999999999 insided the computer, and 0.3 + // because 0.1 might actually be 0.099999999999 inside the computer, and 0.3 // might be stored as 0.300000000001. (0.1 + 0.1 + 0.1) != 0.3; // => 1 (true) // and it is NOT associative due to reasons mentioned above. -- cgit v1.2.3