diff --git a/basics.md b/basics.md index 4ab938f8..e46e436f 100644 --- a/basics.md +++ b/basics.md @@ -43,7 +43,7 @@ Numbers are mainly of two types - integers and floats. An example of an integer is `2` which is just a whole number. -Examples of floating point numbers (or _floats_ for short) are `3.23` and `52.3E-4`. The `E` notation indicates powers of 10. In this case, `52.3E-4` means `52.3 * 10^-4^`. +Examples of floating point numbers (or _floats_ for short) are `3.23` and `52.3E-4`. The `E` notation indicates powers of 10. In this case, `52.3E-4` means `52.3 * 10^-4`. > **Note for Experienced Programmers** >